Skip to content

Commit 734acfc

Browse files
committed
Tweaking ignore on bower.json
1 parent 1b360b4 commit 734acfc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bower.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
"authors": ["John Resig <[email protected]> (http://ejohn.org)"],
88
"main": "jquery.hotkeys.js",
99
"ignore": [
10-
"hotkeys.jquery.json",
1110
"jquery-*",
1211
"test*",
13-
"*.yml"
12+
"*.yml",
13+
".gitignore",
14+
"Gruntfile.js",
15+
"bower.json",
16+
"package.json",
17+
"hotkeys.jquery.json"
1418
],
1519
"dependencies": {
1620
"jquery": ">= 1.4.2"

0 commit comments

Comments
 (0)