From 4aa741f115d01aab8098180c3a8d5020e733c293 Mon Sep 17 00:00:00 2001 From: Stephen Margheim Date: Fri, 26 Jan 2024 16:30:20 +0100 Subject: [PATCH] Ignore test SQLite files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c417c26..ad74ab8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /exe/*/litestream test/dummy/log/test.log .DS_Store +/test/**/*.sqlite3