Add section on how to ignore editor config files
Created by: slimsag
I recently learned of .git/info/exclude
and saw others did, too. I also think ~/.gitignore
is not common-knowledge.
Additionally, I saw a PR was sent to exclude some editor config files from Git: https://github.com/sourcegraph/deploy-sourcegraph/pull/714
I figured documenting how to do this doesn't hurt, hence this PR :)