zitadel/.gitignore
Elio Bischof aa2a1848da
feat: add stdout and filesystem notification channels (#2925)
* 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>
2022-01-06 09:00:24 +01:00

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