Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
ignores to npm and bower
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Oct 23, 2015
1 parent bad537f commit 3bd21fe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.*
spec/
*.json
.gitignore
travis.yml
*.html
package.js
*.md
src/
gulp/
scripts/
node_modules/
bower_components/
tmp/
.versions
*.coffee
dist/coverage/
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"spec/coffee/directives",
"spec/coffee/providers",
"spec/coffee/usage",
"tmp"
"tmp",
"dist/coverage/",
"dist/architecture/"
],
"devDependencies": {
"angular-mocks": "1.2 - 1.4",
Expand Down

0 comments on commit 3bd21fe

Please sign in to comment.