From 1732644dd13e32864729284de76a6cf85c4508a5 Mon Sep 17 00:00:00 2001 From: Elias Wendland <193786789+eliaswen@users.noreply.github.com> Date: Sat, 4 Jul 2026 18:32:03 +0200 Subject: [PATCH] add .sqlx to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3549fae..9e2e5d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target Cargo.lock -.env \ No newline at end of file +.env +.sqlx \ No newline at end of file