-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathackrc
39 lines (35 loc) · 875 Bytes
/
ackrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=doc
--ignore-dir=coverage
--ignore-dir=.idea/
--ignore-dir=node_modules
--ignore-dir=bower_components
--ignore-dir=elm-stuff
--ignore-dir=packs
--ignore-dir=packs-test
--ignore-dir=rack_fixtures
--ignore-dir=fixtures
--ignore-file=is:.rubocop.yml
--ignore-file=is:examples.txt
--ignore-file=is:yarn.lock
--ignore-file=is:Gemfile.lock
--ignore-file=is:elm.js
--ignore-file=is:tags
--ignore-file=is:foo
--ignore-file=is:_jquery-ui.min.scss.css
--ignore-file=is:failed_examples.txt
# follow symlinks
--follow
# Use "less −r" as my pager
# --pager
# less -r
#make sure ack knows how to search common filetypes used in rails projects
--type-add=css=.scss
--type-add=ruby=.haml
--type-set=coffeescript=.coffee
--type-set=coffee=.coffee
--type-set=slim=.slim
--type-set=feature=.feature
--type-set=json=.json