Skip to content

Commit

Permalink
Updated .gitignore to exclude "coverage" and "tmp"
Browse files Browse the repository at this point in the history
- "coverage" is generated by istanbul for code coverage, developers
frequently run this locally to review code coverage of unit tests
- "tmp" is created during unit tests

Change-Id: I5ec4c0a03692067165b0dc011f85cd8ca832689c
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Oct 20, 2016
1 parent cca09d6 commit 38c9517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
coverage
docs/gen
node_modules/*
npm-shrinkwrap.json
npm-debug.log
tmp
.project

0 comments on commit 38c9517

Please sign in to comment.