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.
This commit is contained in:
Thomas Gideon 2015-10-13 11:31:47 -04:00
parent ebc629a4f4
commit 436b72034f

7
agignore Normal file
View file

@ -0,0 +1,7 @@
.git
coverage*
.dockerignore
.DS_Store
.idea
node_modules/
dist