From c1bd4fca61fe6aeed597f88ba20e67b26a4cfd66 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 5 Jul 2014 21:20:09 -0700 Subject: [PATCH] only ignore /.* --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index eaf768a711..24603e6b69 100644 --- a/bower.json +++ b/bower.json @@ -23,7 +23,7 @@ "dist/fonts/glyphicons-halflings-regular.woff" ], "ignore": [ - ".*", + "/.*", "_config.yml", "CNAME", "composer.json",