fix(gitignore): Only ignore service binaries, not directories

This commit is contained in:
2025-11-06 20:47:04 +01:00
parent 3191ae9444
commit ff330e510d

8
.gitignore vendored
View File

@@ -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