Add files to bower and volo ignore lists. [ci skip]

This commit is contained in:
John-David Dalton
2013-12-08 18:15:56 -08:00
parent dea71f1aa9
commit 1cb2704f1b
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
".*", ".*",
"*.custom.*", "*.custom.*",
"*.template.*", "*.template.*",
"*.log",
"*.map", "*.map",
"*.md", "*.md",
"/*.min.*", "/*.min.*",
@@ -13,6 +14,7 @@
"index.js", "index.js",
"component.json", "component.json",
"package.json", "package.json",
"coverage",
"doc", "doc",
"modularize", "modularize",
"node_modules", "node_modules",

View File

@@ -53,6 +53,7 @@
"bower.json", "bower.json",
"component.json", "component.json",
"doc", "doc",
"coverage",
"modularize", "modularize",
"node_modules", "node_modules",
"perf", "perf",