feat: add mime types for .gitignore and .luacheckrc

This commit is contained in:
sxyazi
2024-12-05 23:05:20 +08:00
parent a353e0062b
commit ec97f8847f

View File

@@ -1,5 +1,7 @@
local FILES = {
[".gitconfig"] = "text/plain",
[".gitignore"] = "text/plain",
[".luacheckrc"] = "text/lua",
[".zshenv"] = "text/plain",
[".zshrc"] = "text/plain",
["cargo.lock"] = "application/json",