chore: add .gitignore and env template, untrack generated files

- Add .gitignore excluding generated docker-compose.yml, demo.env,
  editor files, and temporary files
- Remove demo/docker-compose.yml from tracking (generated by envsubst)
- Remove demo/demo.env from tracking (contains per-machine values)
- Add demo/demo.env.template as reference for required configuration
- Remove stale config/portainer/ directory (Portainer not in stack)

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
reachableceo
2026-05-01 09:35:49 -05:00
parent 6a70131f9c
commit 904fc6d727
3 changed files with 21 additions and 511 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Generated files
demo/docker-compose.yml
# Environment with secrets
demo/demo.env
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# Temporary files
*.tmp
*.bak
tmp_template.yml