From 8b59ab5664971c6a086caecd4e077d8c910750c6 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 27 Apr 2023 11:17:18 +0200 Subject: [PATCH] Updated ignore --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eaa0dff..069191a 100644 --- a/.gitignore +++ b/.gitignore @@ -153,10 +153,19 @@ cython_debug/ #.idea/ # Custom +config.json + data/* +!data/example.json + +configs/* +!configs/example.json + templates/* +!templates/example.json + *.code-workspace -.vscode/sftp.json + +venv venv_linux -venv_windows -venv \ No newline at end of file +venv_windows \ No newline at end of file