mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #856 from ChimeraCoder/master
Ignore non-minified bootstrap files
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/
|
||||
|
||||
Reference in New Issue
Block a user