Last active
October 6, 2015 03:38
-
-
Save nuc/2930260 to your computer and use it in GitHub Desktop.
Ack config
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
# Add filters for file types | |
# Javascript | |
--type-set | |
js=.js | |
# CoffeeScript | |
--type-set | |
coffee=.coffee | |
# Both Javascript and CoffeeScript | |
--type-set | |
scripts=.js,.coffee | |
# CSS | |
--type-set | |
css=.css | |
# erb | |
--type-set | |
erb=.erb | |
# Sass, both syntaxes | |
--type-set | |
sass=.scss,.sass | |
# LESS | |
--type-set | |
less=.less | |
# All types of stylesheets | |
--type-set | |
styles=.css,.less,.sass,.scss | |
# Assets | |
--type-set | |
assets=.css,.less,.sass,.scss,.js,.coffee | |
# Haml | |
--type-set | |
html=.haml,.hbs,.html | |
--ignore-dir=test/node_modules | |
--ignore-dir=test/unit_old | |
--ignore-dir=test/js | |
--ignore-dir=public/assets | |
--ignore-dir=log/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment