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
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.