We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395219a commit 7a8c529Copy full SHA for 7a8c529
.gitignore
@@ -92,4 +92,13 @@ dynamodb-local-metadata*
92
# Claude Code configuration files
93
.claude/settings.local.json
94
95
-/flamingock-cli-dist
+/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