The usual mechanism is used, i.e.:
- list of directories, files or templates in '.git / info / exclude' - this will be for the repository
- the same thing, but in a file
.gitignoreinside the repository itself - this can be fixed and must be performed for each project shared by all participants.
source
share