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", "license": "MIT",
"ignore": [ "ignore": [
"**/.*", "**/.*",
"node_modules", "CONTRIBUTING.md",
"bower_components", "gulpfile.js",
"tests" "lib",
"index.js",
"karma.conf.js",
"npm-shrinkwrap.json",
"test"
] ]
} }