-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
editorialThis can be acted upon by editors as it is not materialThis can be acted upon by editors as it is not materialmaintenanceConcerning only artifacts outside of work products or delivery itemsConcerning only artifacts outside of work products or delivery itemstoolNo impact on specification but on tools of the editorsNo impact on specification but on tools of the editors
Description
When working on local clones, many objects come into existence that only make sense on then local system (like editor / IDE configurations and backup files) or should not be shared as they may expose data of the local system (like the .DS_Store
files that the MacOS creates).
This git ignore file shields against typical unwanted files and is kept minimal.
We can always add further ignore patterns later, but this should be a better start than relying on the implicit ignore rules of git.
Metadata
Metadata
Assignees
Labels
editorialThis can be acted upon by editors as it is not materialThis can be acted upon by editors as it is not materialmaintenanceConcerning only artifacts outside of work products or delivery itemsConcerning only artifacts outside of work products or delivery itemstoolNo impact on specification but on tools of the editorsNo impact on specification but on tools of the editors