- Instance deployment: charts browser, deploy modal, instances list - Values Template version management (create/history/rollback) - Storage layered config (cluster > workspace > shared priority) - Cluster credential decryptIfNeeded for mixed encrypted/plaintext kubeconfig - YAML syntax validation (client-side + server-side warning) - Frontend: charts, instances, storage, templates, admin pages - Backend: storage service, instance service, cluster service, helm client - Multi-Tenant Kubeconfig.md: added by user
81 lines
922 B
Plaintext
81 lines
922 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
node_modules/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build output
|
|
bin/
|
|
dist/
|
|
build/
|
|
backend/bin/
|
|
frontend/dist/
|
|
|
|
# Compiled binaries
|
|
backend/ocdp-backend
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
backend/logs/
|
|
backend/*.log
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Data directories
|
|
backend/data/
|
|
backend/config/bootstrap.json
|
|
backend/config/bootstrap.prod.json
|
|
|
|
# Docker volumes
|
|
postgres_data/
|
|
redis_data/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Next.js stale build caches
|
|
frontend/.next.stale*/
|
|
|
|
# Debug/temp scripts
|
|
debug_*.py
|
|
test_*.py
|
|
|
|
# Kubeconfig (contains sensitive credentials)
|
|
*.kubeconfig
|
|
kubeconfig
|
|
|
|
# AI model output / context storage
|
|
.claude/
|
|
|