mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 08:49:13 +00:00
e4fe097ec4
* tests * chore: set vars for platform in dockerfile * simplyfy generate * correct dockerfile * add openapi to gitignore * object files * protos * update protoc version * admin only secuity missing * texts * start secutiry * add handler * add description * add descriptions and remove adddress * default limit * add mapping for openapi * generate statik for openapi * remove address converter * executable * operator test Co-authored-by: Livio Amstutz <livio.a@gmail.com>
55 lines
616 B
Plaintext
55 lines
616 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
|