Keep Repos Clean with Global .gitignore and a Scratch Directory
February 11, 2022 | 2 Minute Read
There are times I need to write scripts, save some JSON files, or do other things in a repo that create files that shouldn’t be git-controlled. I’ll often…