my hottest git take is that .gitignore is an antipattern
you shouldn’t be using git in a way where it would affect your workflow
@aescling Sometimes I don't need a thousand lines of git status for a directory I should be ignoring.
@aschmitz git config status.showUntrackedFiles false is an option
git config status.showUntrackedFiles false
@aescling But I also want it to catch files that need to be added and I missed.
@aschmitz that’s fair
A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.
@aescling But I also want it to catch files that need to be added and I missed.