added .ackrc

initial commit of ackrc, a configuration file for the ack command. For now, it simply ignores the 'node_modules'
directory
This commit is contained in:
Nick Nisi
2012-07-26 15:24:39 -05:00
parent 8c337447b1
commit 5a3874042d

2
ackrc.symlink Normal file
View File

@@ -0,0 +1,2 @@
# ignore directories
--ignore-dir=node_modules