From 7938425850397727baf2d09d8a9bf4332ae0ebe1 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Tue, 2 Jun 2026 19:22:31 -0500 Subject: [PATCH] chore: gitignore maintainer-specific production deploy files deploy/compose.yaml, deploy/Caddyfile, and deploy/Caddyfile.dev.snippet contain homelab-specific config and are not useful as public templates. Public-facing equivalents: compose.example.yaml and Caddyfile.snippet. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf53708..c69f92b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,8 +49,11 @@ tests/.auth/ # Backups deploy/backups/data/ -# Production configs synced from server — never commit +# Production configs — maintainer-specific, never commit deploy/.prod/ +deploy/compose.yaml +deploy/Caddyfile +deploy/Caddyfile.dev.snippet # Design handoff bundle (reference only, not committed) .design-tmp/