chore: ignore local install dir created by installers

The install scripts default to ./cameleer/ for local install state.
Ignoring it prevents accidental commits of generated .env files,
TLS certs, and bootstrap data.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-29 09:43:26 +02:00
parent f7a57edacc
commit 0125694572

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Local install state created by install.sh / install.ps1 (default --install-dir)
/cameleer/