Files
homelab/.gitignore
T
erik 2b170af346 chore(scripts): move deploy+edit_secrets to scripts/, resolve repo root via git
- scripts now find the flake root regardless of cwd or where they live on PATH
- gitignore .env
2026-07-13 18:58:25 +02:00

17 lines
205 B
Plaintext

result
result-*
.direnv/
# built artifacts
*.ova
# private keys — must never be committed (they live off-repo in ~/.config)
*_ed25519_key
*.pem
id_*
age-keys.txt
keys.txt
# local env (PATH etc.)
.env