From 8e60c5990ee23f17cabfbd30315c8ef3ae858f99 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 05 Apr 2025 19:46:59 +0800 Subject: [PATCH] .gitattributes: Ignore CI and linter configuration --- .gitattributes | 2 ++ diff --git a/.gitattributes b/.gitattributes index e37f6634aec843b3086cfbf29f90dc64a0d9d6ff..5418c8ba0bcbf836ede1bfba5ee160328ceac29b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.tmpl linguist-language=HTML * linguist-detectable go.mod -linguist-detectable go.sum -linguist-detectable +.golangci.yaml -linguist-detectable +.build.yml -linguist-detectable -- 2.48.1