From 3487a39cd695555d2de29b8f477acac2891ec787 Mon Sep 17 00:00:00 2001 From: John Emmons Date: Tue, 17 Mar 2015 17:00:49 -0500 Subject: [PATCH] Add ignore entries to bower.json --- bower.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 584d40e..e8e9603 100755 --- a/bower.json +++ b/bower.json @@ -4,5 +4,9 @@ "dependencies": { "cldr-dates-modern": "27.0.0" }, - "main": "main/**/*.json" + "main": "main/**/*.json", + "ignore": [ + ".gitattributes", + "README.md" + ] }