mirror of https://gitee.com/bigwinds/arangodb
19 lines
512 B
Plaintext
Executable File
19 lines
512 B
Plaintext
Executable File
################################################################################
|
|
## mimetypes
|
|
################################################################################
|
|
|
|
"gif","image/gif",false
|
|
"jpg","image/jpg",false
|
|
"png","image/png",false
|
|
"ico","image/x-icon",false
|
|
"css","text/css",true
|
|
"js","text/javascript",true
|
|
"json","application/json",true
|
|
"html","text/html",true
|
|
"htm","text/html",true
|
|
"pdf","application/pdf",false
|
|
"txt","text/plain",true
|
|
"text","text/plain",true
|
|
"xml","application/xml",true
|
|
|