Skip to content

Commit

Permalink
Add .npmignore and remove global .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed May 31, 2018
1 parent 0b295b2 commit 95ebdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules
lerna-debug.log
dist
pack

3 changes: 3 additions & 0 deletions packages/docs/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Don't include original .ts files when doing `npm pack`
*.ts
!*.d.ts
coverage
.nyc_output
*.tgz

0 comments on commit 95ebdc4

Please sign in to comment.