Skip to content

Commit 198ab7b

Browse files
committed
chore: ignore SQLx target directory (using sccache)
1 parent 66328ea commit 198ab7b

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
@@ -211,3 +211,6 @@ eql--*.sql
211211

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

0 commit comments

Comments
 (0)