From b92fa960262b74a14ecc24598ee68bc58d86979b Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Mon, 28 Sep 2015 23:51:20 -0600 Subject: [PATCH] Updating ignores --- bower.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index aeed5d5..10b970d 100644 --- a/bower.json +++ b/bower.json @@ -22,15 +22,17 @@ "ignore": [ "**/.*", "*.iml", - "example", + "examples", "lib", "node_modules", "sandbox", "test", "CONTRIBUTING.md", + "COOKBOOK.md", "Gruntfile.js", "index.js", "karma.conf.js", - "package.json" + "package.json", + "webpack.*.js" ] }