feat: add mime types for .gitignore and .luacheckrc
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user