diff options
| author | karnigen <karnigen@gmail.com> | 2024-01-12 19:01:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 19:01:22 +0100 |
| commit | bc991aaa250339ea2d1ca96c9d531e39d8027ab7 (patch) | |
| tree | b93c665a4468fb6922dc9847ba012c864879b739 /.gitignore | |
| parent | 0673df568351fd8ac50a4d2f5b27b91c29b8961d (diff) | |
| parent | 78a3c93fe3b75f9aeb315f13f6ccd925230672c2 (diff) | |
Merge pull request #2653 from inkstitch/kgn/debug_profile_extend_vscode
Kgn/debug profile extend vscode
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -1,28 +1,31 @@ +__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 -/PROFILE -/profile_stats -/profile_stats.prof -/.vscode -__pycache__ flaskserverport.json electron/yarn.lock + +# debug and profile files +/DEBUG.ini +/debug* +/.debug* +# old debug files +/DEBUG +/PROFILE +/profile* |
