From 492b1e045558f6f4a3445c2f42cbc5772298a194 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 5 May 2014 18:20:26 -0400 Subject: [PATCH] Ignore test/ dir from bower --- bower.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 67882a7d..5ff75cf0 100644 --- a/bower.json +++ b/bower.json @@ -7,5 +7,10 @@ }, "devDependencies": { "qunit": "~1.12.0" - } + }, + "ignore": [ + "test", + "Makefile", + "package.json" + ] }