From 9adcb4b5c6756536b085ae4064d1b473548d514b Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Tue, 30 May 2017 12:38:28 +0300 Subject: [PATCH] Added .npmignore back --- .gitattributes | 1 + .npmignore | 11 +++++++++++ bower.json | 1 + 3 files changed, 13 insertions(+) create mode 100644 .npmignore diff --git a/.gitattributes b/.gitattributes index 631666d..0cd35c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ examples/README.md export-ignore src/ export-ignore .gitattributes export-ignore .gitignore export-ignore +.npmignore export-ignore Gruntfile.js export-ignore bower.json export-ignore eslint.json export-ignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..59c8010 --- /dev/null +++ b/.npmignore @@ -0,0 +1,11 @@ +examples/README.md +node_modules/* +src/* +.gitattributes +.gitignore +.npmignore +Gruntfile.js +bower.json +eslint.json +package.json +todo.txt \ No newline at end of file diff --git a/bower.json b/bower.json index 2ea3291..295a987 100644 --- a/bower.json +++ b/bower.json @@ -21,6 +21,7 @@ "src/*", ".gitattributes", ".gitignore", + ".npmignore", "bower.json", "eslint.json", "Gruntfile.js",