Files
ichnaea/.gitattributes
John Whitlock c2597ceba8 Remove mapbox.js and other assets
Mapbox.js required assets from FontAwesome and some Leaflet plugins,
which can now be removed.
2020-12-18 08:43:07 -06:00

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