Remove sensitive files from tracking and add example config

Add matterbridge.toml, test configs, HAR captures, and JWT-containing
debug files to .gitignore. Provide matterbridge.toml.example with
placeholder values for safe onboarding.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
cottongin
2026-02-07 13:35:51 -05:00
parent fd42ac0e7c
commit 3b7a139606
2 changed files with 145 additions and 0 deletions

15
.gitignore vendored
View File

@@ -33,6 +33,21 @@ Thumbs.db
# Config files with secrets
matterbridge.toml.local
matterbridge.toml
test-token-config.toml
*.har
*.har.txt
*.har.gz
auth-data.json
definitely_logged_*.json
loggedin_maybe.json
loggedout_maybe.json
# Debug/capture files with JWT tokens
QUICK_START_TOKEN.md
loggedout_websocket_messages.md
logging_IN_attempt_but_loggedout_websocket_messages.md
logging_IN_attempt_but_now_logged_IN_websocket_messages.md
*.secret.toml
.env