Merge pull request #856 from ChimeraCoder/master

Ignore non-minified bootstrap files
This commit is contained in:
Ted Nyman
2013-12-23 11:06:03 -08:00

View File

@@ -31,7 +31,7 @@
- ^rebar$ - ^rebar$
# Bootstrap minified css and js # Bootstrap minified css and js
- (^|/)bootstrap([^.]*)(\.min)\.(js|css)$ - (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$
# Vendored dependencies # Vendored dependencies
- thirdparty/ - thirdparty/