-
I've been a long time believer that .gitignore should a project's ignores (e.g. build artifacts), not general filesystem litter, but with an increasingly distributed "your own global excludes" (devs working in many different places, such as github Codespaces), I'm reevaluating. coates/1035193353141407744
-
…seems what we *actually* need in 2022 is to be able to include a .shitignore file from .gitignore, and THAT’s where we’d put stuff like
.DS_Store
,venv/
,.envrc
, andnode_modules
.