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/
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user