Skip to content

Commit

Permalink
Update .npmignore to exclude all compiled images and tests. Fixes #3227
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Dec 23, 2017
1 parent 5e3914d commit e6411da
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
/node_modules
/_includes
/_layouts
/_site
/.*
/build/site
/build/test-runtime
/coverage
/data
/examples/images
/examples/*.test.ts
/examples/compiled
/node_modules
/scripts
/site
/test-gallery
/test
/coverage
/_site
/_layouts
/_includes
/.*
/test-gallery
/test-runtime

_config.yml
bower.json
build/examples
build/test
ChromeDriver.txt
codecov.yml
CONTRIBUTING.md
gallery.html
Gemfile.lock
Gemfile
Gemfile.lock
nodemon.json
test-gallery.html
tsconfig.json
tslint.json
yarn.lock
vl.sublime-project
build/examples
build/test
wdio.conf.js
yarn-error.log
yarn.lock

0 comments on commit e6411da

Please sign in to comment.