Add more .json files to the various ignore files. [ci skip]

Former-commit-id: ff1bce7c404799856f838aab301e60b654309c96
This commit is contained in:
John-David Dalton
2013-04-28 15:23:46 -07:00
parent 1af5517da0
commit d156dacbb9
3 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
build.js build.js
index.js index.js
bower.json bower.json
component.json
build build
doc doc
node_modules node_modules

View File

@@ -3,6 +3,7 @@
*.d.ts *.d.ts
*.md *.md
bower.json bower.json
component.json
doc doc
node_modules node_modules
perf perf

View File

@@ -10,6 +10,8 @@
"*.txt", "*.txt",
"build.js", "build.js",
"index.js", "index.js",
"component.json",
"package.json",
"build", "build",
"doc", "doc",
"node_modules", "node_modules",