diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:46:59 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:47:09 +0800 |
commit | 8e60c5990ee23f17cabfbd30315c8ef3ae858f99 (patch) | |
tree | cfc879d719797baa47aea678865c461c9069cd91 /.gitattributes | |
parent | misc: Move url.go into the misc package (diff) | |
download | forge-8e60c5990ee23f17cabfbd30315c8ef3ae858f99.tar.gz forge-8e60c5990ee23f17cabfbd30315c8ef3ae858f99.tar.zst forge-8e60c5990ee23f17cabfbd30315c8ef3ae858f99.zip |
.gitattributes: Ignore CI and linter configuration
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
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 |