Add Volo ignore entry to package.json.

Former-commit-id: 9fe60cf0dcfeb4f688f53ffb1995a619d420d586
This commit is contained in:
John-David Dalton
2013-06-02 17:29:57 -07:00
parent eccab3cd57
commit 9e63270fc5

View File

@@ -35,5 +35,27 @@
],
"jam": {
"main": "./dist/lodash.compat.js"
},
"volo": {
"type": "directory",
"ignore": [
".*",
"*.custom.*",
"*.template.*",
"*.d.ts",
"*.map",
"*.md",
"*.txt",
"build.js",
"index.js",
"bower.json",
"component.json",
"build",
"doc",
"node_modules",
"perf",
"test",
"vendor"
]
}
}