From 3d054eabb36dbe339710aa050214b25271e23b39 Mon Sep 17 00:00:00 2001 From: Alejandro Iglesias Date: Wed, 23 Dec 2015 18:51:32 -0300 Subject: [PATCH] Update .gitattributes to remove bower.json export-ignore If bower.json is excluded then Bower installs are not correctly handled because it downloads release archives that have no bower.json file on them. --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f4cd4435..9ba8b979 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,6 @@ js-webshim/minified/extras/ export-ignore js-webshim/dev/extras/ export-ignore tests/ export-ignore Gruntfile.js export-ignore -bower.json export-ignore package.json export-ignore webshims.jquery.json export-ignore .* export-ignore