Tell bower to ignore the mockup and docs dirs.

This commit is contained in:
JC Brand 2015-05-02 00:20:43 +02:00
parent 2e297a1c84
commit f635e4efc0

View File

@ -36,5 +36,6 @@
"resolutions": {
"backbone": "1.1.2"
},
"exportsOverride": {}
"exportsOverride": {},
"ignore": ["docs", "mockup"]
}