From b677adaeb900f947753118b7dd861e2339159e8f Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 20 Oct 2015 11:04:48 -0500 Subject: [PATCH] Don't ignore hidden files for bower --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 34a3dae..ba8c3f9 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,6 @@ ], "license": "MIT", "ignore": [ - "**/.*", "node_modules", "bower_components" ]