feat: add mime types for .gitignore and .luacheckrc
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
local FILES = {
|
local FILES = {
|
||||||
[".gitconfig"] = "text/plain",
|
[".gitconfig"] = "text/plain",
|
||||||
|
[".gitignore"] = "text/plain",
|
||||||
|
[".luacheckrc"] = "text/lua",
|
||||||
[".zshenv"] = "text/plain",
|
[".zshenv"] = "text/plain",
|
||||||
[".zshrc"] = "text/plain",
|
[".zshrc"] = "text/plain",
|
||||||
["cargo.lock"] = "application/json",
|
["cargo.lock"] = "application/json",
|
||||||
|
|||||||
Reference in New Issue
Block a user