Add some files to the bower.json ignore list
When installing this package with Bower, a bunch of extra files come along for the ride that aren't needed. This commit adds them to the ignore list so they will not be install by consumers using Bower. While I was at it, I sorted the list.
This commit is contained in:
parent
54864a45d3
commit
11432fe36f
12
bower.json
12
bower.json
@ -20,10 +20,16 @@
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"Gemfile",
|
||||
"Gemfile.lock",
|
||||
"Gruntfile",
|
||||
"Rakefile",
|
||||
"app/bower_components",
|
||||
"bower_components",
|
||||
"node_modules",
|
||||
"spec",
|
||||
"test",
|
||||
"tests"
|
||||
"tests",
|
||||
"travis-script.sh"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user