zitadel/.gitignore
Silvan 264dc2eca4
fix: Example client (#1492)
* start

* fix path

* all protos

* cleanup

* fix

* slash

* change grpc out

* message

* running example

* add befehl

* ignore generate client code

* fix readme

* management

* push

* hobla

* add i

* change i

* cleanup

* comments

* add tag name

* mod tidy
2021-03-30 10:58:31 +02:00

53 lines
631 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/*
.build/
#binaries
cmd/zitadel/zitadel
**/statik/statik.go
zitadelctl
# buildfolders and generated js
tmp/
console/src/app/proto/generated/
pkg/grpc/*/*.pb.*
pkg/grpc/*/*.swagger.json
pkg/grpc/*/mock/*.mock.go
# examples
examples/client/zitadel/*