From 46d56a7b493d4311cc160a40fbb1a09f31d18b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 1 Jul 2024 11:59:52 +0200 Subject: [PATCH] Mark go.sum as 'generated' The `go.sum` file is not directly managed, but just the result of running `go get`, `go mod tidy`, etc. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 7c88a0a5..7f4a89ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ /addon/flamenco/manager_README.md linguist-generated=true /web/app/src/manager-api/** linguist-generated=true **/*.gen.go linguist-generated=true +/go.sum linguist-generated=true # In your Git config, set: # git config core.eol native