From e6411da648463bbaf607eab153952ddac18427dc Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Fri, 8 Dec 2017 22:29:44 +0100 Subject: [PATCH] Update .npmignore to exclude all compiled images and tests. Fixes #3227 --- .npmignore | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/.npmignore b/.npmignore index a9eabbe46e..0239447467 100644 --- a/.npmignore +++ b/.npmignore @@ -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