From e2f98c8ee641bc4630b5be27aa6882a656f4fa16 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 20 Oct 2022 14:42:50 +0200 Subject: [PATCH] users folder is now ignored --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5557dd1..45ad69c 100644 --- a/.gitignore +++ b/.gitignore @@ -155,4 +155,6 @@ cython_debug/ # Custom config.json *.session -*.session-journal \ No newline at end of file +*.session-journal +users +!users/.gitkeep \ No newline at end of file