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/ dist/
platform platform
api-gateway api-gateway
audit-service /audit-service
identity-service /identity-service
auth-service /auth-service
authz-service /authz-service
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test