Created
August 3, 2016 16:08
-
-
Save pigletfly/2523aa2ad62a0617e690738db6fc8df8 to your computer and use it in GitHub Desktop.
.ackrc for ack2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--type-set=coffee=.coffee | |
--type-set=haml=.haml | |
--type-set=sass=.sass | |
--type-set=minifiedjs=.min.js | |
--nocss | |
--nominifiedjs | |
--ignore-dir=coverage | |
--ignore-dir=dragonfly | |
--ignore-dir=javascripts/lib | |
--ignore-dir=log | |
--ignore-dir=spec | |
--ignore-dir=test | |
--ignore-dir=tmp | |
--ignore-dir=public/system | |
--ignore-dir=.sass-cache | |
--ignore-dir=vendor | |
--ignore-file=ext:bak | |
--ignore-file=ext:htc | |
--ignore-file=ext:pdf | |
--ignore-file=ext:sql | |
--ignore-file=match:.gitignore | |
--ignore-file=match:jquery.js | |
--ignore-file=match:jquery-ui.js | |
--ignore-file=match:pie.js | |
--ignore-file=match:.powrc | |
--ignore-file=match:.rbfu-version | |
--ignore-file=match:.rbenv-version | |
--ignore-file=match:.rspec | |
--ignore-file=match:.rvmrc | |
# vi/vim swap files | |
--ignore-file=match:/[._].*\.swp$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment