mirror of
https://github.com/mozilla/ichnaea.git
synced 2025-12-05 01:10:44 +00:00
Mapbox.js required assets from FontAwesome and some Leaflet plugins, which can now be removed.
13 lines
600 B
Plaintext
13 lines
600 B
Plaintext
# Mark files that are generated as linguist-generated to encourage GitHub
|
|
# to not count them and not show their diffs in PRs
|
|
requirements.txt linguist-generated=true
|
|
|
|
# Bundles are compressed versions of other files
|
|
ichnaea/content/static/css/bundle-*.css linguist-generated=true
|
|
ichnaea/content/static/js/bundle-*.css linguist-generated=true
|
|
|
|
# Third-party libraries hidden by default
|
|
ichnaea/content/static/css/mapbox-gl-geocoder.css linguist-generated=true
|
|
ichnaea/content/static/css/mapbox-gl.css linguist-generated=true
|
|
ichnaea/content/static/js/mapbox-gl-unminified.js linguist-generated=true
|