diff --git a/bower.json b/bower.json index d5f65a662..c10f6afc1 100644 --- a/bower.json +++ b/bower.json @@ -12,10 +12,12 @@ "./fonts/*" ], "ignore": [ - "less/*", - "scss/*", - "src/*", + "*/.*", + "*.json", + "src", "*.yml", + "Gemfile", + "Gemfile.lock", "*.md" ] }