You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
653 B
40 lines
653 B
# only search with case sensitivity if there is mixed case
|
|
--smart-case
|
|
|
|
# follow symlinks
|
|
--follow
|
|
|
|
# color settings
|
|
--color-filename=white
|
|
--color-lineno=cyan
|
|
--color-match=magenta underline
|
|
|
|
# search other filetypes
|
|
--type-add
|
|
ruby=haml,rabl,builder
|
|
|
|
--type-add
|
|
css=.styl,.scss
|
|
|
|
--type-add
|
|
js=json,tmpl,jst,coffee,ts
|
|
|
|
--type-add
|
|
css=sass,scss
|
|
|
|
--type-set=md=.markdown,.md
|
|
|
|
# ignore some dirs
|
|
--ignore-dir=build
|
|
--ignore-dir=vendor/bundle
|
|
--ignore-dir=.idea
|
|
--ignore-dir=tmp
|
|
--ignore-dir=log
|
|
--ignore-dir=.tmp
|
|
--ignore-dir=coverage
|
|
--ignore-dir=dist
|
|
|
|
# ignore some files
|
|
--ignore-file=is:tags
|
|
--ignore-file=is:.tags
|
|
--ignore-file=is:.example_statuses
|
|
|