mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-17 16:35:14 -05:00
109 lines
1.5 KiB
Plaintext
109 lines
1.5 KiB
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
!/**/.env.test
|
|
|
|
# Coverage
|
|
coverage.txt
|
|
profile*.cov
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
#Debug
|
|
__debug_bin*
|
|
debug
|
|
sandbox.go
|
|
/cmd/dev/
|
|
|
|
# IDE
|
|
.idea
|
|
.DS_STORE
|
|
.run
|
|
.vscode
|
|
|
|
# credential
|
|
google-credentials
|
|
key.json
|
|
.keys/*
|
|
load-test/.keys
|
|
|
|
# dumps
|
|
.backups
|
|
|
|
.local/*
|
|
.build/
|
|
|
|
#binaries
|
|
cmd/zitadel/zitadel
|
|
**/statik/statik.go
|
|
/zitadelctl
|
|
/zitadel
|
|
|
|
# buildfolders and generated files
|
|
console/dist
|
|
console/src/app/proto/generated
|
|
console/.angular
|
|
**.pb.go
|
|
!pkg/grpc/protoc/v2/options.pb.go
|
|
**.proto.mock.go
|
|
**.pb.*.go
|
|
pkg/**/**.connect.go
|
|
**.gen.go
|
|
openapi/**/*.json
|
|
# multi-version proto artifacts
|
|
/proto/latest/
|
|
/proto/v*/
|
|
/internal/api/assets/authz.go
|
|
/internal/api/assets/router.go
|
|
internal/api/ui/console/static
|
|
!internal/api/ui/console/static/gitkeep
|
|
apps/docs/content/apis/assets/assets.mdx
|
|
apps/docs/content/reference/api/
|
|
/internal/api/ui/login/static/resources/themes/zitadel/css/zitadel.css
|
|
/internal/api/ui/login/static/resources/themes/zitadel/css/zitadel.css.map
|
|
/zitadel-*-*
|
|
!apps/**/zitadel-*-*
|
|
|
|
# local
|
|
build/local/*.env
|
|
.notifications
|
|
.artifacts/*
|
|
!.artifacts/bin
|
|
.artifacts/bin/*/*/**/*
|
|
!.artifacts/zitadel
|
|
/zitadel
|
|
node_modules/
|
|
.kreya
|
|
login-client.pat
|
|
admin.pat
|
|
.env.*local
|
|
|
|
go.work
|
|
go.work.sum
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
.vercel
|
|
|
|
# PNPM
|
|
.pnpm-store
|
|
|
|
# Nx
|
|
.nx/cache
|
|
.nx/workspace-data
|
|
.cursor/rules/nx-rules.mdc
|
|
|
|
# AI Files
|
|
CLAUDE.md
|
|
.mcp.json
|
|
.gemini/*
|
|
|
|
docs_old
|