Merge pull request #856 from eordano/fix/bower.json

Add better ignores to bower.json
This commit is contained in:
Yemel Jardi 2014-12-24 13:59:12 -03:00
commit fb45446f29
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"
]
}