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

Commit 3bd21fe

Browse files
committed
ignores to npm and bower
1 parent bad537f commit 3bd21fe

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.npmignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.*
2+
spec/
3+
*.json
4+
.gitignore
5+
travis.yml
6+
*.html
7+
package.js
8+
*.md
9+
src/
10+
gulp/
11+
scripts/
12+
node_modules/
13+
bower_components/
14+
tmp/
15+
.versions
16+
*.coffee
17+
dist/coverage/

bower.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"spec/coffee/directives",
2323
"spec/coffee/providers",
2424
"spec/coffee/usage",
25-
"tmp"
25+
"tmp",
26+
"dist/coverage/",
27+
"dist/architecture/"
2628
],
2729
"devDependencies": {
2830
"angular-mocks": "1.2 - 1.4",

0 commit comments

Comments
 (0)