Skip to content

Commit

Permalink
Exclude generated coverage files in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac authored and samccone committed Dec 17, 2014
1 parent 5345ad6 commit 60dc38a
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
Expand Up @@ -2,6 +2,7 @@
*.swp
*.swo
*.orig
.idea
tmp/
ext/
node_modules/
Expand All @@ -12,3 +13,4 @@ bower_components/
.grunt
reports
jsdoc
test/src/

0 comments on commit 60dc38a

Please sign in to comment.