mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
aa2a1848da
* feat: add filesystem and stdout notification channels * configure through env vars * compile * feat: add compact option for debug notification channels * fix channel mock generation * avoid sensitive information in error message Co-authored-by: Livio Amstutz <livio.a@gmail.com> * add review improvements Co-authored-by: Livio Amstutz <livio.a@gmail.com>
62 lines
761 B
Plaintext
62 lines
761 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
zitadelctl
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Coverage
|
|
coverage.txt
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
#Debug
|
|
__debug_bin
|
|
debug
|
|
sandbox.go
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
.DS_STORE
|
|
|
|
# credential
|
|
google-credentials
|
|
key.json
|
|
.keys/*
|
|
|
|
# dumps
|
|
.backups
|
|
|
|
cockroach-data/*
|
|
.local/*
|
|
.build/
|
|
|
|
#binaries
|
|
cmd/zitadel/zitadel
|
|
**/statik/statik.go
|
|
zitadelctl
|
|
|
|
# buildfolders and generated js
|
|
tmp/
|
|
console/src/app/proto/generated/
|
|
|
|
#generated filed
|
|
**.pb.go
|
|
**.proto.mock.go
|
|
**.pb.*.go
|
|
**.gen.go
|
|
openapi/**/*.json
|
|
/internal/api/assets/authz.go
|
|
/internal/api/assets/router.go
|
|
|
|
# local
|
|
build/local/cloud.env
|
|
migrations/cockroach/migrate_cloud.go
|
|
.notifications
|