Skip to content

Commit 978bd50

Browse files
authored
chore: Ignore .sqlx folder created by running ci steps locally (#3008)
Signed-off-by: Joshua Potts <[email protected]>
1 parent 0299959 commit 978bd50

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
@@ -17,3 +17,6 @@ target/
1717
# Integration testing extension library for SQLite.
1818
ipaddr.dylib
1919
ipaddr.so
20+
21+
# Temporary files from running the tests locally like they would be run from CI
22+
.sqlx

0 commit comments

Comments
 (0)