Skip to content

Commit

Permalink
fix(init): add missing gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Nov 21, 2019
1 parent d448593 commit 0cd2a74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions template/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coverage
.nyc_output/
node_modules/
junit
dist
tmp
logs
.DS_Store
test-results.xml

0 comments on commit 0cd2a74

Please sign in to comment.