Add .ackrc
Certain files, such as Haml, Cucumber, Sass, and Coffeescript are not searchable by `ack`. The `.ackrc` file adjusts this.
This commit is contained in:
parent
4882c418fd
commit
17c91b2dbb
1 changed files with 10 additions and 0 deletions
10
ackrc
Normal file
10
ackrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Search
|
||||
--type-set=coffee=.coffee
|
||||
--type-set=cucumber=.feature
|
||||
--type-set=haml=.haml
|
||||
--type-set=sass=.sass,.scss
|
||||
|
||||
# Don't search
|
||||
--ignore-dir=log
|
||||
--ignore-dir=tags
|
||||
--ignore-dir=tmp
|
Loading…
Add table
Reference in a new issue