Skip to content

Commit

Permalink
Updated .gitignore to exclude log files with suffixes (vuejs-template…
Browse files Browse the repository at this point in the history
…s#596)

e.g file: npm-debug.log.4178510676
partially fixes vuejs-templates#554
reference: https://github.com/github/gitignore/blob/master/Node.gitignore
  • Loading branch information
shailendher authored and kazupon committed Mar 26, 2017
1 parent 19f9cac commit 26654f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.DS_Store
node_modules/
dist/
npm-debug.log
yarn-error.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
{{#unit}}
test/unit/coverage
{{/unit}}
Expand Down

0 comments on commit 26654f9

Please sign in to comment.