Skip to content

Commit 90e8908

Browse files
committed
Tweaking ignore on bower.json
1 parent 1b360b4 commit 90e8908

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
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+
"*.json"
1416
],
1517
"dependencies": {
1618
"jquery": ">= 1.4.2"

0 commit comments

Comments
 (0)