Skip to content

Commit cc86340

Browse files
committed
update ignore files
1 parent 126f69b commit cc86340

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.npmignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
.c9
33
target
44
.temp
5-
.travis.yml
5+
./*.yml
6+
./*rc
67
bower_components
8+
.github
9+
/project
10+
test
11+
example

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"test",
2222
"tests",
2323
"example",
24-
"target"
24+
"target",
25+
"./*.yml",
26+
"./*rc"
2527
],
2628
"dependencies": {
2729
"simple-web-notification": "latest",

0 commit comments

Comments
 (0)