diff options
| author | karnigen <karnigen@gmail.com> | 2024-01-05 17:05:22 +0100 |
|---|---|---|
| committer | karnigen <karnigen@gmail.com> | 2024-01-05 17:05:22 +0100 |
| commit | b4f50b1ed9fa6ac50bcce7bc7b78dd9c7ef6138e (patch) | |
| tree | 5e1f65d459e834fbf1387318ec3b1816ef7f22bb /.gitignore | |
| parent | f1f9d275a1ffaeb538a72e3643fb98231323337a (diff) | |
simplification, cleanup, docs, startup dialog, DEBUG.ini
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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* |
