init: registry server + operator from VM
This commit is contained in:
+76
@@ -0,0 +1,76 @@
|
||||
# ── Go ─────────────────────────────────────────────────────────────────────────
|
||||
bin/
|
||||
dist/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
vendor/
|
||||
go.sum.bak
|
||||
|
||||
# Coverage / profiling
|
||||
coverage.out
|
||||
coverage.html
|
||||
*.prof
|
||||
*.pprof
|
||||
|
||||
# ── Helm ───────────────────────────────────────────────────────────────────────
|
||||
charts/*.tgz
|
||||
charts/Chart.lock
|
||||
charts/charts/
|
||||
|
||||
# ── Kubernetes / secrets ───────────────────────────────────────────────────────
|
||||
*secret*.yaml
|
||||
*secret*.yml
|
||||
*secrets*.yaml
|
||||
*secrets*.yml
|
||||
kubeconfig
|
||||
kubeconfig.*
|
||||
*.kubeconfig
|
||||
.kube/
|
||||
|
||||
# ── GPG / crypto keys ──────────────────────────────────────────────────────────
|
||||
*.asc
|
||||
*.gpg
|
||||
*.pgp
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
server/gpg/
|
||||
registrykeys/*.key
|
||||
private_key*
|
||||
|
||||
# ── Build artefacts ────────────────────────────────────────────────────────────
|
||||
artifacts/
|
||||
build/output/
|
||||
*.har
|
||||
HAR/
|
||||
|
||||
# ── IDE ────────────────────────────────────────────────────────────────────────
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ── OS ─────────────────────────────────────────────────────────────────────────
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# ── Misc ───────────────────────────────────────────────────────────────────────
|
||||
*.log
|
||||
*.tmp
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
Reference in New Issue
Block a user