Skip to content

Commit 86d632c

Browse files
committed
major refactor
1 parent c277f93 commit 86d632c

70 files changed

Lines changed: 1215 additions & 90702 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ id_ed25519*
7070
*.env # WARNING: Can ignore non-secret .env files too!
7171
infra/controllers/external-secrets/external-secrets-token.env
7272

73+
# GPG keys
74+
*.asc
75+
76+
# Sidero Omni / Proxmox provider (generated secrets & runtime configs)
77+
omni/omni/.env
78+
omni/proxmox-provider/.env
79+
omni/proxmox-provider/config.yaml
80+
81+
# Examples explicitly tracked (override above ignores)
82+
!omni/omni/omni.env.example
83+
!omni/proxmox-provider/.env.example
84+
!omni/proxmox-provider/config.yaml.example
85+
7386
# K8s / Infra Specific
7487
/infrastructure/controllers/argocd/charts # Downloaded charts
7588
/omni/apps/kube-system/cilium/charts # Downloaded charts (if still relevant)

LLM/terraform/modernization_summary.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)