Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit e64e4aa

Browse files
committed
Merge pull request #241 from m3brown/mime
Add mime.types to prevent potential classpath conflicts
2 parents b07ddc5 + 7ac6619 commit e64e4aa

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

resources/mime.types

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
application/atom+xml atom
2+
application/docbook+xml dbk docbook
3+
application/epub+zip epub
4+
application/java-archive jar
5+
application/java-vm class
6+
application/json json
7+
application/jsonml+json jsonml
8+
application/mathml+xml mathml
9+
application/msword doc dot
10+
application/pdf pdf
11+
application/pgp-encrypted pgp
12+
application/postscript ps
13+
application/rdf+xml rdf
14+
application/rsd+xml rsd
15+
application/rss+xml rss
16+
application/rss+xml rss
17+
application/rtf rtf
18+
application/vnd.amazon.ebook azw
19+
application/vnd.android.package-archive apk
20+
application/vnd.apple.installer+xml mpkg
21+
application/vnd.google-earth.kml+xml kml
22+
application/vnd.ms-excel xls xlm xla xlc xlt xlw
23+
application/vnd.ms-powerpoint ppt pps pot
24+
application/wsdl+xml wsdl
25+
application/x-7z-compressed 7z
26+
application/x-apple-diskimage dmg
27+
application/x-bittorrent torrent
28+
application/x-bzip bz
29+
application/x-bzip2 bz2 boz
30+
application/x-cpio cpio
31+
application/x-dvi dvi
32+
application/x-font-ttf ttf ttc
33+
application/x-font-ttf ttf
34+
application/x-font-woff woff
35+
application/x-font-woff woff
36+
application/x-gtar gtar
37+
application/x-gzip gz
38+
application/x-latex latex
39+
application/x-sql sql
40+
application/xml xml xsl
41+
application/xml xml xsl
42+
application/xml-dtd dtd
43+
application/xml-dtd dtd
44+
application/xop+xml xop
45+
application/zip zip
46+
application/zip zip
47+
image/bmp bmp
48+
image/cgm cgm
49+
image/gif gif
50+
image/gif gif
51+
image/jpeg jpeg jpg jpe
52+
image/jpeg jpeg jpg
53+
image/png png
54+
image/svg+xml svg svgz
55+
image/svg+xml svg
56+
image/tiff tiff tif
57+
image/tiff tiff tif
58+
image/vnd.adobe.photoshop psd
59+
image/vnd.microsoft.icon ico
60+
image/webp webp
61+
text/cache-manifest appcache
62+
text/calendar ics
63+
text/css css
64+
text/csv csv
65+
text/html html htm
66+
text/javascript js jsonp
67+
text/plain txt text conf def list log in
68+
text/plain txt md markdown mdown log text conf def list in
69+
text/tab-separated-values tsv
70+
text/troff t tr roff man me ms
71+
text/vcard vcard
72+
text/x-asm s asm
73+
text/x-c c cc cxx cpp h hh dic
74+
text/x-clojure clj cljs
75+
text/x-fortran f for f77 f90
76+
text/x-java-source java
77+
text/x-nfo nfo
78+
text/x-opml opml
79+
text/x-pascal p pas
80+
text/x-setext etx
81+
text/x-sfv sfv
82+
text/x-uuencode uu
83+
text/x-vcalendar vcs
84+
text/x-vcard vcf

0 commit comments

Comments
 (0)