11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
# General ack Settings
|
|
##########################################################
|
|
|
|
# only search with case-sensitivity if there is mixed case
|
|
--smart-case
|
|
# follow symlinks
|
|
--follow
|
|
|
|
# ignore directories
|
|
--ignore-dir=node_modules
|