feat: add .gitconfig to mime-ext.yazi

This commit is contained in:
sxyazi
2024-12-03 19:44:35 +08:00
parent a53d544048
commit 40eafa3e4c

View File

@@ -1,6 +1,7 @@
local FILES = { local FILES = {
license = "text/plain", [".gitconfig"] = "text/plain",
["cargo.lock"] = "application/json", ["cargo.lock"] = "application/json",
license = "text/plain",
} }
local EXTS = { local EXTS = {