From 58f8c2d33e6c40b67cebcc13eb102da895d62dc0 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Sat, 15 Feb 2025 01:12:38 +0000 Subject: [PATCH] Ignore. --- .gitignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9a50edc..e7fe471 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,6 @@ *.so *.dylib -# Go workspace -go.work* - # Test binary, built with `go test -c` *.test @@ -16,4 +13,11 @@ go.work* # Dependency directories (remove the comment below to include it) # vendor/ -tools \ No newline at end of file +tools + +# Go workspace file +go.work +go.work.sum + +# env file +.env \ No newline at end of file