From b4f50b1ed9fa6ac50bcce7bc7b78dd9c7ef6138e Mon Sep 17 00:00:00 2001 From: karnigen Date: Fri, 5 Jan 2024 17:05:22 +0100 Subject: simplification, cleanup, docs, startup dialog, DEBUG.ini --- .gitignore | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b84ff90d..7a465710 100644 --- a/.gitignore +++ b/.gitignore @@ -22,12 +22,10 @@ flaskserverport.json electron/yarn.lock # debug and profile files -/DEVEL.ini -/DEBUG -/PROFILE +/DEBUG.ini /debug* /.debug* -# old profile files -/profile_stats -/profile_stats.html -/profile_stats.prof +# old debug files +/DEBUG +/PROFILE +/profile* -- cgit v1.3.1