-
Notifications
You must be signed in to change notification settings - Fork 20
/
.ackrc
56 lines (51 loc) · 1.48 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
# General Ack Settings
####################################################################
# only search with case sensitivity if there is mixed case
--smart-case
# follow symlinks
--follow
# Ack Type Settings
####################################################################
# add some more zope files to the plone type
--type-add=plone=.zcml,.props,.dtml,.vpy,.kss
--type-add=python=.cpy,.vpy
# add specific type for page templates
--type-set=zpt=.pt,.cpt
# add .cfg for buildout files
--type-set=buildout=.cfg
# add a specific type for ZCML files
--type-set=zcml=.zcml
# add markdown, textile, and reStructuredText
--type-set=plaintext=.md,.mdown,.markdown,.mkdn,.textile,.rst,.txt
# plain text CSV files
--type-set=csv=.txt,.csv,.tsv
# add in a type for gettext messages
--type-set=gettext=.pot,.po
# Ruby
--type-set=slim=.slim
--type-set=haml=.haml
--type-set=rubytemplates=.slim,.erb
# Emblem
--type-set=emblem=.emblem
# Sass
--type-set=sass=.sass,.scss
# Mustaches and such
--type-set=mustache=.mustache,.mu,.handlebars,.hbs,.hbars
# Specific RoR locales
--type-set=en:is:en.yml
# types to ignore by default
--nogettext
# Don't search through generated dirs
--ignore-dir=.tox
# Some local dev things
--ignore-dir=node_modules
--ignore-dir=frontend/node_modules
--ignore-dir=frontend/tmp
--ignore-dir=frontend/bower_components
--ignore-dir=tmp
--ignore-dir=log
# Don't search generated files
--ignore-file=is:ignite-ember.js
--ignore-file=is:ignite-emblem.js
--ignore-file=is:.tags
--ignore-file=is:tags