Added more ack settings
This commit is contained in:
@@ -1,2 +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