Skip to content
Snippets Groups Projects
Unverified Commit 6538302d authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

add gpx mimetype

parent 101d1c0f
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"application/epub+zip": "text", "application/epub+zip": "text",
"application/font-sfnt": "image", "application/font-sfnt": "image",
"application/font-woff": "image", "application/font-woff": "image",
"application/gpx+xml": "location",
"application/illustrator": "image", "application/illustrator": "image",
"application/javascript": "text/code", "application/javascript": "text/code",
"application/json": "text/code", "application/json": "text/code",
......
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
"flac": ["audio/flac"], "flac": ["audio/flac"],
"flv": ["video/x-flv"], "flv": ["video/x-flv"],
"gif": ["image/gif"], "gif": ["image/gif"],
"gpx": ["application/gpx+xml"],
"gz": ["application/x-gzip"], "gz": ["application/x-gzip"],
"gzip": ["application/x-gzip"], "gzip": ["application/x-gzip"],
"h": ["text/x-h"], "h": ["text/x-h"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment