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 d7f4bd0 commit 1edd954Copy full SHA for 1edd954
.gitignore
@@ -207,10 +207,6 @@ __pycache__
207
208
# dbdev
209
eql--*.sql
210
-# Documentation files (kept locally but not committed)
211
-tests/sqlx/TEST_MIGRATION_COVERAGE.md
212
-tests/sqlx/COVERAGE_IMPROVEMENTS.md
213
-tests/sqlx/RETROSPECTIVE.md
214
-docs/retrospectives/
215
-CODE_REVIEW_BATCH_*.md
216
-docs/plans/*-complete-*.md
+
+# Generated SQLx migration (built from src/, never commit)
+tests/sqlx/migrations/001_install_eql.sql
0 commit comments