-
Notifications
You must be signed in to change notification settings - Fork 1
/
ackrc
57 lines (53 loc) · 1.1 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
--actionscript
--css
--go
--java
--js
--make
--markdown
--python
--ruby
--rust
--shell
--sql
--yaml
--type-add=css=.sass,.less,.scss
--type-add=html=.erb,.haml,.slim
--type-add=js=.coffee
--type-add=js=.js.erb,.json
--type-add=objc=.pch
--type-add=ruby=.rake,.rsel,.builder,.erb,.erb.html,.haml,Gemfile,Rakefile,Capfile,Fastfile
--type-add=sql=.ddl
--type-set=actionscript=.as
--type-set=coffeescript=.coffee
--type-set=cucumber=.feature
--type-set=handlebars=.handlebars,.hbs
--type-set=markdown=.markdown,.md,.mdown
--type-set=markdown=.markdown,.mdown,.md,.mkd,.mkdn,.txt
--type-set=nib=.xib
--type-set=plist=.plist
--type-set=rdoc=.rdoc
--type-set=xcode=.pbxproj,.pbxuser,.perspectivev3
--type-set=config=.conf
--type-set=template=.tpl,.ctmpl
--nonib
--noxcode
--ignore-dir=.bundle
--ignore-dir=vendor/bundle
--ignore-dir=.gem
--ignore-dir=coverage
--ignore-dir=spec/reports
--ignore-dir=doc
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=vendor
--ignore-dir=uploads
--ignore-dir=images
--ignore-dir=build
--ignore-dir=generated
--ignore-dir=asset-cache
--ignore-dir=public/assets
--color
--follow
--group
--sort-files