aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 10:42:51 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 10:47:04 +0800
commit1f11cee9ceb1a3bb25d236f677c786a0c99754a6 (patch)
treec4269d6a8e8d9765775cf92576d3aa2561e50d7d /.gitattributes
parent.gitattributes: Linguist (diff)
downloadforge-1f11cee9ceb1a3bb25d236f677c786a0c99754a6.tar.gz
forge-1f11cee9ceb1a3bb25d236f677c786a0c99754a6.tar.zst
forge-1f11cee9ceb1a3bb25d236f677c786a0c99754a6.zip
.gitattributes: Ignore go.mod and go.sum
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index d9dbd57..0db47b6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
-* linguist-vendored=false
-* linguist-generated=false
-* linguist-detectable=true
*.html.tmpl linguist-language=HTML
+* linguist-detectable
+go.mod -linguist-detectable
+go.sum -linguist-detectable