Posts categorized under: tips&tricks

How to use a global gitignore file

If you want to exclude files for all your git repositories, you can use a global .gitignore file. It can be useful, for example, to exclude IDE projects files in all your projects without commiting them in your repositories.

To tell git you want to have a global gitignore file ...