diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 10:42:51 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 10:47:04 +0800 |
commit | 1f11cee9ceb1a3bb25d236f677c786a0c99754a6 (patch) | |
tree | c4269d6a8e8d9765775cf92576d3aa2561e50d7d | |
parent | .gitattributes: Linguist (diff) | |
download | forge-1f11cee9ceb1a3bb25d236f677c786a0c99754a6.tar.gz forge-1f11cee9ceb1a3bb25d236f677c786a0c99754a6.tar.zst forge-1f11cee9ceb1a3bb25d236f677c786a0c99754a6.zip |
.gitattributes: Ignore go.mod and go.sum
-rw-r--r-- | .gitattributes | 6 |
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 |