From 8f4b17bee2a57e4c51bac4709f2571ed020f70f9 Mon Sep 17 00:00:00 2001 From: Trond Schertel Date: Wed, 27 May 2026 11:11:52 +0200 Subject: [PATCH] =?UTF-8?q?Sqlite-DB=20zu=20gitignore=20hinzuf=C3=BCgen;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3701e2..b5e01b4 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,9 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml + +# Sqlite-DB +tickets.db-wal +tickets.db +tickets.db-shm