From ae39c1b588665c66fa0e67a5e3bec258cec465ff Mon Sep 17 00:00:00 2001 From: clementoriol Date: Mon, 10 Feb 2014 19:42:41 +0100 Subject: [PATCH] Ignores added to bower.json (Readme.md and Source SVGs folder not needed) --- bower.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 20ec25d..dc9c54b 100644 --- a/bower.json +++ b/bower.json @@ -19,6 +19,8 @@ "node_modules", "bower_components", "test", - "tests" + "tests", + "Source SVGs", + "README.md" ] }