Ignore Files Accross All Git Repositories
If you’re working with Git, you might find that there are files specific to your system that you’d prefer Git to ignore across all your repositories. Rather than creating a .gitignore file for every project, you can set up a…