Skip to content

Commit 056a734

Browse files
committed
chore(.agignore): add .agignore to prune command line searches
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.
1 parent cecf3b6 commit 056a734

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.agignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
docs
2+
node_modules
3+
test_out
4+
tmp

0 commit comments

Comments
 (0)