Skip to content

Commit 80f5996

Browse files
committed
chore: add documentation files to gitignore
Keep these files locally but don't commit: - Test coverage and improvement docs - Code review reports - Retrospectives - Implementation plans
1 parent 6fb906e commit 80f5996

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,11 @@ release/
206206
__pycache__
207207

208208
# dbdev
209-
eql--*.sql
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

0 commit comments

Comments
 (0)