Skip to content

Commit

Permalink
fix: Mark some gitignore entries absolute.
Browse files Browse the repository at this point in the history
To ensure git does not ignore files in subdirectory, this commit restricts some
entries to the root directory only.
  • Loading branch information
huerlisi committed Feb 6, 2015
1 parent 3293772 commit cd47c40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/common/_gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
node_modules
www
/node_modules
/www
.idea
.tmp
.sass-cache
<%= appPath %>/bower_components
coverage
platforms
plugins
/<%= appPath %>/bower_components
/coverage
/platforms
/plugins
*.swp
*.swo
*.log
*.DS_Store

app/scripts/config.js
/app/scripts/config.js

0 comments on commit cd47c40

Please sign in to comment.