Skip to content

Instantly share code, notes, and snippets.

@kulbida
Created November 1, 2015 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kulbida/960d9b65da40b9d0a23d to your computer and use it in GitHub Desktop.
Save kulbida/960d9b65da40b9d0a23d to your computer and use it in GitHub Desktop.
.ackrc for ack2
--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