fix(bower.json): Add better ignores

This commit is contained in:
Esteban Ordano 2014-12-24 13:50:14 -03:00
parent ea3ccb19c1
commit 3a7905a635
1 changed files with 7 additions and 3 deletions

View File

@ -19,8 +19,12 @@
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
"CONTRIBUTING.md",
"gulpfile.js",
"lib",
"index.js",
"karma.conf.js",
"npm-shrinkwrap.json",
"test"
]
}