aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 19:46:59 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 19:47:09 +0800
commit8e60c5990ee23f17cabfbd30315c8ef3ae858f99 (patch)
treecfc879d719797baa47aea678865c461c9069cd91
parentmisc: Move url.go into the misc package (diff)
downloadforge-8e60c5990ee23f17cabfbd30315c8ef3ae858f99.tar.gz
forge-8e60c5990ee23f17cabfbd30315c8ef3ae858f99.tar.zst
forge-8e60c5990ee23f17cabfbd30315c8ef3ae858f99.zip
.gitattributes: Ignore CI and linter configuration
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index e37f663..5418c8b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,3 +2,5 @@
* linguist-detectable
go.mod -linguist-detectable
go.sum -linguist-detectable
+.golangci.yaml -linguist-detectable
+.build.yml -linguist-detectable