From 056a7346ae9c4daf15d3c122226426f2fa4b65e2 Mon Sep 17 00:00:00 2001 From: Chirayu Krishnappa Date: Thu, 21 Nov 2013 15:09:34 -0800 Subject: [PATCH] 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. --- .agignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .agignore diff --git a/.agignore b/.agignore new file mode 100644 index 000000000..a8b0d3e2e --- /dev/null +++ b/.agignore @@ -0,0 +1,4 @@ +docs +node_modules +test_out +tmp