summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorkarnigen <karnigen@gmail.com>2024-05-03 01:34:58 +0200
committerGitHub <noreply@github.com>2024-05-03 01:34:58 +0200
commitbf5c2dfd67fac98868f86276504715ecfe1c369a (patch)
tree3b6bd611f452156fab48201fe7c868536dcb3e2d /.gitignore
parentad2914284e8ef5f59c410018415dbb8d574586f8 (diff)
Kgn/logging revamp (#2720)
* update config files * rebase after electron remove * added toml to requirements * logging update * Unified use of the TOML format instead of INI [no ci] * Unified use of the TOML format instead of INI [no ci] * moving debug*.py to debug dir, moving some part for debugger [no ci] * use of alternate logging in some cases * updated debug logger [no ci] * logging update * updated notes * updated notes about logging * style check
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 280120b4..4c1ba2c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ __pycache__
*.zip
*.tar.gz
*.po
+*.log
dist/
build/
locales/
@@ -20,10 +21,15 @@ locales/
.DS_Store
# debug and profile files
-/DEBUG.ini
+logs/
+/DEBUG.toml
+/LOGGING.toml
+/LOGGING[0-9]*.toml
/debug*
/.debug*
-# old debug files
+
+# old debug files - to be removed
+/DEBUG*.ini
/DEBUG
/PROFILE
/profile*