ignore .files for bower packaging

This commit is contained in:
Sammy Larbi 2013-07-19 13:23:17 -05:00
parent 416fd9d19b
commit b8348416b0
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"name": "bootstrap",
"version": "3.0.0",
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": ">= 1.9.0"
}