diff --git a/bower.json b/bower.json index 9ca1bf0..058fbe2 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,13 @@ { "name": "animate.css", "version": "3.2.0", - "main": "./animate.css" + "main": "./animate.css", + "ignore": [ + ".*", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ] }