feat: add more mime types

This commit is contained in:
sxyazi
2024-12-23 15:12:31 +08:00
parent 7afba3a73c
commit aba6c53d0f

View File

@@ -1,10 +1,13 @@
local FILES = {
[".envrc"] = "text/plain",
[".gitconfig"] = "text/plain",
[".gitignore"] = "text/plain",
[".luacheckrc"] = "text/lua",
[".styluaignore"] = "text/plain",
[".zshenv"] = "text/plain",
[".zshrc"] = "text/plain",
["cargo.lock"] = "application/json",
["flake.lock"] = "application/json",
license = "text/plain",
}