Skip to content

Commit 38c769f

Browse files
committed
refactor: add ignore to bower.json. close sayanee#81
1 parent 3f391b0 commit 38c769f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
},
1212
"ignore": [
1313
"**/.*",
14-
"package.json"
14+
"package.json",
15+
"CONTRIBUTING.md",
16+
"Gruntfile.js",
17+
"example"
1518
]
1619
}

0 commit comments

Comments
 (0)