From 4089b56a68a27dbd7cdcbf5d7eb505a3d2267b60 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 9 Apr 2024 12:46:55 -0700 Subject: [PATCH] Ignore dist dir So that the Git repo does not show up as dirty in the build info. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 54fa6f4b..412baa41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.swp /build +/dist /cmd/geoipupdate/geoipupdate /vendor .idea