This website requires JavaScript.
Explore
Help
Sign In
cmdln
/
vimrc
Watch
1
Star
0
Fork
You've already forked vimrc
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
e97e04f9e7
vimrc
/
agignore
9 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
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 15:31:47 +00:00
.git
coverage*
.dockerignore
.DS_Store
.idea
node_modules/
dist
Ignore rust compiled artifacts.
2017-09-09 16:51:35 +00:00
target
Reference in a new issue
Copy permalink