refactor: move dotfiles into subfolders

This commit is contained in:
Stefan Imhoff
2022-12-26 18:22:04 +01:00
parent c96ee68b03
commit efb36c50c7
18 changed files with 94 additions and 24 deletions

32
ack
View File

@@ -1,32 +0,0 @@
# 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