From a58d15e1402ce31d013725f7dd0e0d8bbee28133 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 9 Jan 2025 15:11:22 +0800 Subject: [PATCH] :wrench: Chore: make *.toml and *.md detectable in GitHub --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e40ae658..b79114c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -assets/lib/**/* linguist-vendored \ No newline at end of file +assets/lib/**/* linguist-vendored +*.toml linguist-detectable +*.md linguist-detectable