Skip to content

Commit

Permalink
Add gh-pages to .npmignore
Browse files Browse the repository at this point in the history
At the moment gh-pages makes up over the half of the size of the install size.
This merge request adds it to the `.npmignore` in order to save 15MB.

Closes sql-js#197
  • Loading branch information
leipert authored Sep 10, 2018
1 parent cc53f69 commit 9cc17d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
test/
c/
coffee/
gh-pages/
node_modules/
node-debug.log
.git/

0 comments on commit 9cc17d1

Please sign in to comment.