Skip to content

Commit

Permalink
Add coverage/ to .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrown committed Jan 14, 2016
1 parent 53c765a commit 7ff45c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
index.ts
Makefile
tsconfig.json
coverage/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(BIN)/tsc $(BIN)/_mocha $(BIN)/mocha $(BIN)/istanbul $(BIN)/coveralls:
npm install

.npmignore: tsconfig.json
echo $(TYPESCRIPT) Makefile tsconfig.json | tr ' ' '\n' > $@
echo $(TYPESCRIPT) Makefile tsconfig.json coverage/ | tr ' ' '\n' > $@

.gitignore: tsconfig.json
echo $(TYPESCRIPT:%.ts=/%.js) $(TYPESCRIPT:%.ts=/%.d.ts) coverage/ | tr ' ' '\n' > $@
Expand Down

0 comments on commit 7ff45c5

Please sign in to comment.