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",