You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the useful things to do when generating a new project or patching an existing one is to provide a .gitignore or addition IDE settings suited to their needs.
For this project in particular, the .gitignore should be generated for hiding src and clean directories alone with any potential caches.
Additionally, we can add IDE settings for those which support json schemas to add the relevant links and validators.
This can probably also be extended to dockerfiles.
The text was updated successfully, but these errors were encountered:
One of the useful things to do when generating a new project or patching an existing one is to provide a .gitignore or addition IDE settings suited to their needs.
For this project in particular, the .gitignore should be generated for hiding
src
andclean
directories alone with any potential caches.Additionally, we can add IDE settings for those which support json schemas to add the relevant links and validators.
This can probably also be extended to dockerfiles.
The text was updated successfully, but these errors were encountered: