fix(gitignore): Only ignore service binaries, not directories
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user