diff options
| author | martin | 2022-05-01 22:41:20 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-01 22:41:20 +0200 |
| commit | 4c5aa37aa6f41d909153a2b7d522db6d7582659a (patch) | |
| tree | 326aa67921439defcb8c25ea5f770feb63e878a4 /.gitignore | |
| parent | 4a3ff8bfce622de0e5affa312d50557b5d336371 (diff) | |
| parent | 820358a79a87b214139eb7693ce80e96be79e3d8 (diff) | |
Merge pull request #69 from djfun/feature-newgui
GUI Redesign with Component System
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,22 @@ __pycache__ -settings.ini -build/*
\ No newline at end of file +*.py[cod] +*.egg-info +.pytest_cache +build/ +dist/ +env/ +.vscode/ +*.mkv +*.mp4 +*.wav +*.mp3 +*.aif +*.ac3 +*.zip +*.tar +*.tar.* +*.exe +ffmpeg +*.bak +*~ +*.goutput* |
