Skip to content

Commit 8b11e59

Browse files
sionsmithclaude
andcommitted
chore: update .gitignore to exclude sensitive files
- Add *.db-shm and *.db-wal patterns for SQLite journal files - Add perf-test-*.properties pattern for credential files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7d9e2c0 commit 8b11e59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Cargo.lock
66
# Backup data
77
/backups/
88
*.db
9+
*.db-shm
10+
*.db-wal
11+
12+
# Performance test properties with credentials
13+
perf-test-*.properties
914

1015
# Config files with credentials (keep examples, ignore real configs)
1116
config/confluent-*.yaml

0 commit comments

Comments
 (0)