Skip to content

Commit a878230

Browse files
committed
Merge pull request #29 from kidwm/master
Ignore useless files
2 parents 452a56b + e5d7b49 commit a878230

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jQuery Component
22
================
33

4-
Shim repository for the [jQuery](http://jquery.com).
4+
Shim [repository](https://github.com/components/jquery) for the [jQuery](http://jquery.com).
55

66
Package Managers
77
----------------

bower.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"jquery",
77
"component"
88
],
9+
"ignore": [
10+
"**/.*",
11+
"*.json"
12+
],
913
"main": "jquery.js",
1014
"license": "MIT"
1115
}

0 commit comments

Comments
 (0)