Skip to content

Commit

Permalink
Tweaking ignore on bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rpocklin committed Sep 30, 2014
1 parent 1b360b4 commit a63c980
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"authors": ["John Resig <[email protected]> (http://ejohn.org)"],
"main": "jquery.hotkeys.js",
"ignore": [
"hotkeys.jquery.json",
"jquery-*",
"test*",
"*.yml"
"*.yml",
".gitignore",
"Gruntfile.js",
"*.json"
],
"dependencies": {
"jquery": ">= 1.4.2"
Expand Down

0 comments on commit a63c980

Please sign in to comment.