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$
|
- ^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/
|
||||||
|
|||||||
Reference in New Issue
Block a user