You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
For a long time, I put rules for things like macOS ~/.DS_Store files,
Emacs backup files, and similar stuff into every project's .gitignore
file. Now I've come to the conclusion this is suboptimal. Instead,
project-specific .gitignore files should only include what's specific
to the given project, and for things like people's backup files or
os-specific things, people should configure their git installation to
use a global excludes file. Turns out that this is the practice
recommended in GitHub's own documentation and some other people, e.g.,
https://augustl.com/blog/2009/global_gitignores/
0 commit comments