Skip to content

Instantly share code, notes, and snippets.

@brunogarcia
Last active September 13, 2015 16:08
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 brunogarcia/b6aac16fad9d22ef0784 to your computer and use it in GitHub Desktop.
Save brunogarcia/b6aac16fad9d22ef0784 to your computer and use it in GitHub Desktop.
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
# Grunt usually compiles files inside this directory
dist/
# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
.tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment