Skip to content

Commit f2421ea

Browse files
committed
chore: ignore SQLx target directory (using sccache)
1 parent 0803c5f commit f2421ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,6 @@ eql--*.sql
210210

211211
# Generated SQLx migration (built from src/, never commit)
212212
tests/sqlx/migrations/001_install_eql.sql
213+
214+
# Rust build artifacts (using sccache)
215+
tests/sqlx/target/

0 commit comments

Comments
 (0)