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:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Local install state created by install.sh / install.ps1 (default --install-dir)
|
||||
/cameleer/
|
||||
Reference in New Issue
Block a user