From 8c5b50cbf42fff1672d2fd380912e9bb12892f0a Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Tue, 30 Jan 2024 17:40:18 +0100 Subject: [PATCH] Ignore sqlite db files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 830afd8a1..abcfff7ff 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal +/rmt_development +/rmt_test +/rmt_production + # Ignore all logfiles and tempfiles. /log/*