feat: add more mime types
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
local FILES = {
|
local FILES = {
|
||||||
|
[".envrc"] = "text/plain",
|
||||||
[".gitconfig"] = "text/plain",
|
[".gitconfig"] = "text/plain",
|
||||||
[".gitignore"] = "text/plain",
|
[".gitignore"] = "text/plain",
|
||||||
[".luacheckrc"] = "text/lua",
|
[".luacheckrc"] = "text/lua",
|
||||||
|
[".styluaignore"] = "text/plain",
|
||||||
[".zshenv"] = "text/plain",
|
[".zshenv"] = "text/plain",
|
||||||
[".zshrc"] = "text/plain",
|
[".zshrc"] = "text/plain",
|
||||||
["cargo.lock"] = "application/json",
|
["cargo.lock"] = "application/json",
|
||||||
|
["flake.lock"] = "application/json",
|
||||||
license = "text/plain",
|
license = "text/plain",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user