You can put things into `.gitignore.local` to ignore local files, without needing to commit them.

But first you must run `git config --global set core.excludesfile .gitignore.local`

#git

Comments