From 1f11cee9ceb1a3bb25d236f677c786a0c99754a6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 10:42:51 +0800 Subject: .gitattributes: Ignore go.mod and go.sum --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitattributes') 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 -- cgit v1.2.3