Skip to content

Commit

Permalink
feat(app generator): add paths containing 't{,e}mp' to '.gitignore' e…
Browse files Browse the repository at this point in the history
…xcludes
  • Loading branch information
cueedee committed Jun 4, 2015
1 parent 2c11976 commit f9d74b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/app/templates/@.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@
## * Any dir named '.svn'; Subversion control directories.
## * Any dir named 'bower_components' Generated by Bower.
## * Any dir named 'node_modules'; Generated by npm, the node package manager.
## * Any dir named 'temp' or 'tmp'; Generated by mocha test runs.

.DS_Store
.sass-cache
.svn
bower_components
node_modules
temp
tmp

## Rooted paths:
##
Expand Down

0 comments on commit f9d74b0

Please sign in to comment.