From be465ba8cde3775f5df6330c8cf8c2a2e2fd83ff Mon Sep 17 00:00:00 2001 From: Korbin Bickel Date: Fri, 9 Dec 2016 11:37:32 -0500 Subject: [PATCH] Update bower.json Add 'website' folder to bower ignore list. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d457fb4a..212ebf2d 100644 --- a/bower.json +++ b/bower.json @@ -44,6 +44,7 @@ "test", "example", ".travis.yml", - "Contributors.md" + "Contributors.md", + "website" ] }