From 2e045dad4add318d87292826b891798454128d6a Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Tue, 25 Aug 2020 07:42:09 +0200 Subject: [PATCH] Update .npmignore to ignore all build-tools and source-code files --- .npmignore | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.npmignore b/.npmignore index 6c0bea1..652d6bb 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,15 @@ -/node_modules -npm-debug.log -index.html -demo.css -yarn.lock -/img +/.github +/build /docs +/img +/node_modules /public -/tests \ No newline at end of file +/src +.browserslistrc +.editorconfig +.stylelintrc.json +CODE_OF_CONDUCT.md +CONTRIBUTING.md +netlify.toml +npm-debug.log +yarn.lock