From 978bd50a577fc2702effdb14624248201453d1d5 Mon Sep 17 00:00:00 2001 From: iamjpotts <8704475+iamjpotts@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:23:58 -0500 Subject: [PATCH] chore: Ignore .sqlx folder created by running ci steps locally (#3008) Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9e71baaa..df281420 100644 --- a/.gitignore +++ b/.gitignore @@ -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