diff options
| author | karnigen <karnigen@gmail.com> | 2023-12-29 16:25:17 +0100 |
|---|---|---|
| committer | karnigen <karnigen@gmail.com> | 2023-12-29 16:25:17 +0100 |
| commit | f1f9d275a1ffaeb538a72e3643fb98231323337a (patch) | |
| tree | 0ede0d3c064e17d4545cb6e085b97110bc8b2b29 /.gitignore | |
| parent | fe323375e42253f00fd378fbaff1a3373385fccc (diff) | |
replace DEBUG,PROFILE by DEVEL.ini
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -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 |
