From cad04b8eb4ddf398dcff209ae1cbb9788671959a Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:15:33 +0100 Subject: [PATCH] Added to gitignore: third_party/vuln-check/go.sum (#39246) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 22f90c53a1..51b09fdab2 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,7 @@ fleet_tables_*.ext .env .tool-versions .zed/ +third_party/vuln-check/go.sum # Required to not make `fleet-desktop` macOS executable built with a `dirty` flag (see #35006). Fleet\ Desktop.app \ No newline at end of file