Added support for directory-level ackrc files
Also updated ackrc
This commit is contained in:
10
ack/ackrc.symlink
Normal file
10
ack/ackrc.symlink
Normal file
@@ -0,0 +1,10 @@
|
||||
# General ack Settings
|
||||
##########################################################
|
||||
|
||||
# only search with case-sensitivity if there is mixed case
|
||||
--smart-case
|
||||
# follow symlinks
|
||||
--follow
|
||||
|
||||
# ignore directories
|
||||
--ignore-dir=node_modules
|
||||
Reference in New Issue
Block a user