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 0803c5f commit f2421eaCopy full SHA for f2421ea
.gitignore
@@ -210,3 +210,6 @@ eql--*.sql
210
211
# Generated SQLx migration (built from src/, never commit)
212
tests/sqlx/migrations/001_install_eql.sql
213
+
214
+# Rust build artifacts (using sccache)
215
+tests/sqlx/target/
0 commit comments