Browse Source

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

Add better ignores to bower.json
patch-2
Yemel Jardi 10 years ago
parent
commit
fb45446f29
  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