Skip to content

Commit d4203e2

Browse files
takaokoujiclaude
andcommitted
Add SQLite WAL mode files to .gitignore
Add test/test_db-shm and test/test_db-wal to .gitignore to exclude SQLite Write-Ahead Logging (WAL) mode files that are created during test execution. These files are temporary database files created by SQLite when WAL mode is enabled and should not be tracked in version control. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent d51c6dd commit d4203e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ test/log
2121
log/*.log
2222
test_db
2323
test_db-journal
24+
test/test_db-shm
25+
test/test_db-wal
2426
.idea
2527
*.iml

0 commit comments

Comments
 (0)