diff options
-rw-r--r-- | bower.json | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -14,6 +14,27 @@ "url": "https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE" } ], + "ignore": [ + "2", + "api", + "assets", + "custom", + "default", + "global", + "help", + "tests", + "_config.yml", + ".gitignore", + ".travis.yml", + "CNAME", + "composer.json", + "favicon.ico", + "Gemfile", + "Gruntfile.js", + "index.html", + "*/index.html", + "*/thumbnail.png" + ], "dependencies": { "bootstrap": "~3.1.0" }, |