From ff330e510da45d595bb463f8a9f3dd5c438113d5 Mon Sep 17 00:00:00 2001 From: 0x1d Date: Thu, 6 Nov 2025 20:47:04 +0100 Subject: [PATCH] fix(gitignore): Only ignore service binaries, not directories --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2c7a57b..fb7bc3b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,10 @@ bin/ dist/ platform api-gateway -audit-service -identity-service -auth-service -authz-service +/audit-service +/identity-service +/auth-service +/authz-service # Test binary, built with `go test -c` *.test