From 5a3874042dfaadfb30d336389193ef351004d4d1 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 26 Jul 2012 15:24:39 -0500 Subject: [PATCH] added .ackrc initial commit of ackrc, a configuration file for the ack command. For now, it simply ignores the 'node_modules' directory --- ackrc.symlink | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ackrc.symlink diff --git a/ackrc.symlink b/ackrc.symlink new file mode 100644 index 0000000..31eefbe --- /dev/null +++ b/ackrc.symlink @@ -0,0 +1,2 @@ +# ignore directories +--ignore-dir=node_modules