From 1f11cee9ceb1a3bb25d236f677c786a0c99754a6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 10:42:51 +0800 Subject: [PATCH] .gitattributes: Ignore go.mod and go.sum --- .gitattributes | 6 +++--- diff --git a/.gitattributes b/.gitattributes index d9dbd577a5bd45be276c9af639201eafd16844be..0db47b6b51346600610cdfb801d2db81f84f70f5 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 -- 2.48.1