chore(ack): add configuration

This commit is contained in:
Stefan Imhoff
2021-11-27 18:41:21 +01:00
parent d59a8a4902
commit 9a94ddecb6
2 changed files with 33 additions and 0 deletions

32
ack Normal file
View File

@@ -0,0 +1,32 @@
# group the results by file
--group
# only search case-sensitiv with mixed case
--smart-case
# follow symlinks
--follow
# Colorful output
--color
# Ignore directories
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=gems
--ignore-dir=node_modules
--ignore-dir=bower_components
# Add file types
--type-set=css=.css,.less,.scss,.styl
--type-set=html=.html,.mustache,.handlebars,.tmpl
--type-set=json=.json
--type-set=less=.less
--type-set=md=.markdown,.md
--type-set=sass=.sass,.scss
--type-set=styl=.styl
--type-set=style=.scss,.sass,.styl,.less,.css
--type-set=svg=.svg
--type-set=ts=.ts