Skip to content

Commit

Permalink
Added .npmignore back
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed May 30, 2017
1 parent a3cbb5e commit 9adcb4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
examples/README.md
node_modules/*
src/*
.gitattributes
.gitignore
.npmignore
Gruntfile.js
bower.json
eslint.json
package.json
todo.txt
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"src/*",
".gitattributes",
".gitignore",
".npmignore",
"bower.json",
"eslint.json",
"Gruntfile.js",
Expand Down

0 comments on commit 9adcb4b

Please sign in to comment.