vimrc/agignore
Thomas Gideon 436b72034f Add global ignore for ag
Even though ag can use .gitignore, there are some holes, for one the .git
directory itself. Also, the pattern matching between each seems slightly off so
in some projects, what git ignores, ag still finds. This is a superset to act as
a backstop so I don't have to invade each project's .gitignore with entries just
for ag.
2015-10-13 11:31:47 -04:00

8 lines
64 B
Plaintext

.git
coverage*
.dockerignore
.DS_Store
.idea
node_modules/
dist