From d156dacbb9e9027f38d59e37cac80b8db9ef1602 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 28 Apr 2013 15:23:46 -0700 Subject: [PATCH] Add more .json files to the various ignore files. [ci skip] Former-commit-id: ff1bce7c404799856f838aab301e60b654309c96 --- .jamignore | 1 + .npmignore | 1 + bower.json | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.jamignore b/.jamignore index 16f64c875..ea8350254 100644 --- a/.jamignore +++ b/.jamignore @@ -6,6 +6,7 @@ build.js index.js bower.json +component.json build doc node_modules diff --git a/.npmignore b/.npmignore index 8e849dca3..538cc924d 100644 --- a/.npmignore +++ b/.npmignore @@ -3,6 +3,7 @@ *.d.ts *.md bower.json +component.json doc node_modules perf diff --git a/bower.json b/bower.json index 50c5a7a93..9bb127de0 100644 --- a/bower.json +++ b/bower.json @@ -10,6 +10,8 @@ "*.txt", "build.js", "index.js", + "component.json", + "package.json", "build", "doc", "node_modules",