Skip to content

Commit

Permalink
Add .npmignore and update ignore in bower.json so unneeded files aren…
Browse files Browse the repository at this point in the history
…'t captured in distributions
  • Loading branch information
Jahnp committed Feb 5, 2016
1 parent 1641fff commit c6aca53
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.DS_Store
node_modules
bower_components
*.sublime*
typings
ghdocs
server
gulp

.travis.yml
.sass-lint.yml
.htmllintrc
.jshintrc
.csscomb.json
12 changes: 11 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
"private": false,
"ignore": [
"node_modules",
"bower_components"
"bower_components",
"*.sublime*",
"typings",
"ghdocs",
"server",
"gulp",
".travis.yml",
".sass-lint.yml",
".htmllintrc",
".jshintrc",
".csscomb.json"
]
}

0 comments on commit c6aca53

Please sign in to comment.