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:
Joe Lencioni 2014-06-27 10:30:48 -07:00
parent 54864a45d3
commit 11432fe36f

View File

@ -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"
]
}