From 758ff03520f693e64df7560a0e5ff295abb81eb0 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 16 Apr 2013 08:58:57 -0700 Subject: [PATCH] Exclude bower.json from Jam and NPM packages. Former-commit-id: 93ce567c4cfd70bcba58fff27d0dc6c6cca12b7d --- .jamignore | 1 + .npmignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.jamignore b/.jamignore index 71e4eebeb..16f64c875 100644 --- a/.jamignore +++ b/.jamignore @@ -5,6 +5,7 @@ *.txt build.js index.js +bower.json build doc node_modules diff --git a/.npmignore b/.npmignore index 5d03681c9..8e849dca3 100644 --- a/.npmignore +++ b/.npmignore @@ -2,6 +2,7 @@ *.custom.* *.d.ts *.md +bower.json doc node_modules perf