Skip to content

Commit

Permalink
chore(.agignore): add .agignore to prune command line searches
Browse files Browse the repository at this point in the history
I use the Ag tool (like ack, grep, etc. - ref
https://github.com/ggreer/the_silver_searcher) for searching.  The
.agignore file is used to prune the search space.
  • Loading branch information
chirayuk committed Nov 21, 2013
1 parent cecf3b6 commit 056a734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .agignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docs
node_modules
test_out
tmp

0 comments on commit 056a734

Please sign in to comment.