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$
|
- ^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/
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
- ^[Ss]amples/
|
- ^[Ss]amples/
|
||||||
|
|
||||||
# LICENSE, README, git config files
|
# LICENSE, README, git config files
|
||||||
- ^COPYING$
|
- ^COPYIboNG$
|
||||||
- LICENSE$
|
- LICENSE$
|
||||||
- gitattributes$
|
- gitattributes$
|
||||||
- gitignore$
|
- gitignore$
|
||||||
|
|||||||
Reference in New Issue
Block a user