zitadel/.gitignore
Silvan dd5e4acd24
fix(event handling): use internal pubsub for view update (#1118)
* start sub

* start implement subsciptions

* start subscription

* implementation for member done

* admin done

* fix: tests

* extend handlers

* prepary notification

* no errors in adminapi

* changed current sequence in all packages

* ignore mocks

* works

* subscriptions as singleton

* tests

* refactor: rename function scope var
2020-12-18 16:47:45 +01:00

47 lines
560 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# 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
# IDE
.idea
.vscode
.DS_STORE
# credential
google-credentials
key.json
.keys/*
# dumps
.backups
cockroach-data/*
.build/
#binaries
cmd/zitadel/zitadel
**/statik/statik.go
# buildfolders and generated js
tmp/
console/src/app/proto/generated/
pkg/grpc/*/*.pb.*
pkg/grpc/*/mock/*.mock.go
pkg/grpc/*/*.swagger.json