It’s interesting that `git exclude` seems to be a relatively unknown feature.

(Then again, there is so much to git.)

It is so handy for personal and temporary files.

I use it for justfiles in other people’s projects, for example.

I also use it for a personal Django management command where I can run random code from.

Since my git blame config breaks if I don’t have `.git-blame-ignore-revs` in a repo, I also make that file if needed.

Check out git exclude if you haven’t yet!

#git

#git