Skip to content

Commit 7a8c529

Browse files
committed
feat: add sqlite test db files to .gitignore
1 parent 395219a commit 7a8c529

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,13 @@ dynamodb-local-metadata*
9292
# Claude Code configuration files
9393
.claude/settings.local.json
9494

95-
/flamingock-cli-dist
95+
/flamingock-cli-dist
96+
97+
# SQLite test DB files generated by tests
98+
test_*.db
99+
test_*.db-wal
100+
test_*.db-shm
101+
102+
# Generic SQLite artifacts
103+
*.db-wal
104+
*.db-shm

0 commit comments

Comments
 (0)