From f1f9d275a1ffaeb538a72e3643fb98231323337a Mon Sep 17 00:00:00 2001 From: karnigen Date: Fri, 29 Dec 2023 16:25:17 +0100 Subject: replace DEBUG,PROFILE by DEVEL.ini --- .gitignore | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2287a056..b84ff90d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,33 @@ +__pycache__ *.swp *.kate-swp *.pyc *.spec *.zip *.tar.gz +*.po dist/ build/ locales/ /inx/ -*.po -/DEBUG .pydevproject .project -/debug.log -/debug.svg /.idea +/.vscode /VERSION /src/ .DS_STORE .DS_Store +flaskserverport.json +electron/yarn.lock + +# debug and profile files +/DEVEL.ini +/DEBUG /PROFILE +/debug* +/.debug* +# old profile files /profile_stats /profile_stats.html /profile_stats.prof -/.vscode -__pycache__ -flaskserverport.json -electron/yarn.lock -.ink.sh -.ink.svg -- cgit v1.2.3