In a project using standard, I wanted to have my personal ignored directory for some debugging task. I added it to .git/info/exclude instread of .gitignore because nobody else should needs to have that in its .gitignore.
Standard should ignore all files that git ignores.
In a project using standard, I wanted to have my personal ignored directory for some debugging task. I added it to
.git/info/excludeinstread of.gitignorebecause nobody else should needs to have that in its.gitignore.Standard should ignore all files that git ignores.