Skip to content

Commit

Permalink
dist: add nyc output files to dotignore files
Browse files Browse the repository at this point in the history
PR-URL: #180
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
  • Loading branch information
aqrln committed May 26, 2017
1 parent 51408ec commit 1764ebd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ site/

# Python bytecode
*.pyc

# Test coverage data
coverage/
.nyc_output/
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ examples/

# Tests
test/

# Test coverage data
coverage/
.nyc_output/

0 comments on commit 1764ebd

Please sign in to comment.