Skip to content

Commit 1edd954

Browse files
committed
chore: add generated migration to gitignore
tests/sqlx/migrations/001_install_eql.sql is built from src/ and should never be committed.
1 parent d7f4bd0 commit 1edd954

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.gitignore

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ __pycache__
207207

208208
# dbdev
209209
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
210+
211+
# Generated SQLx migration (built from src/, never commit)
212+
tests/sqlx/migrations/001_install_eql.sql

0 commit comments

Comments
 (0)