chore: Ignore .sqlx folder created by running ci steps locally (#3008)

Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This commit is contained in:
iamjpotts 2024-01-30 16:23:58 -05:00 committed by GitHub
parent 0299959ca6
commit 978bd50a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -17,3 +17,6 @@ target/
# Integration testing extension library for SQLite.
ipaddr.dylib
ipaddr.so
# Temporary files from running the tests locally like they would be run from CI
.sqlx