Skip to content

Commit

Permalink
Tiny gitignore cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper committed Dec 6, 2017
1 parent ad5135a commit 1f5ed9f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Node lock & module files
node_modules/
.DS_Store
!test/**/node_modules
yarn.lock
package-lock.json
.nyc_output
.cache

# Mac Files
.DS_Store

# Data
test/dist
test/input
coverage
.nyc_output
.cache
dist
lib
!test/**/node_modules

# Editors
.vscode/

0 comments on commit 1f5ed9f

Please sign in to comment.