Ignore non-minified bootstrap files

* bootstrap.min.js is already excluded, but bootstrap.js is not.
This commit is contained in:
Aditya Mukerjee
2013-12-23 13:30:03 -05:00
parent c5e9023762
commit 88afdac5d2

View File

@@ -31,7 +31,7 @@
- ^rebar$
# Bootstrap minified css and js
- (^|/)bootstrap([^.]*)(\.min)\.(js|css)$
- (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$
# Vendored dependencies
- thirdparty/
@@ -138,7 +138,7 @@
- ^[Ss]amples/
# LICENSE, README, git config files
- ^COPYING$
- ^COPYIboNG$
- LICENSE$
- gitattributes$
- gitignore$