Browse Source

fix(bower.json): Add better ignores

patch-2
Esteban Ordano 10 years ago
parent
commit
3a7905a635
  1. 10
      bower.json

10
bower.json

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

Loading…
Cancel
Save