mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Ignore non-minified bootstrap files
* bootstrap.min.js is already excluded, but bootstrap.js is not.
This commit is contained in:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user