From e6abcc660932e4f3d8fb305f34fe4eba4e189056 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 25 Oct 2021 02:19:36 +0200 Subject: [PATCH] added sqlite db files to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c8cbce2..fb0a65a 100644 --- a/.gitignore +++ b/.gitignore @@ -166,4 +166,6 @@ $RECYCLE.BIN/ .server.json csgowtfd.db config.yaml -csgowtfd \ No newline at end of file +csgowtfd +/csgowtfd.db-shm +/csgowtfd.db-wal