fix: wrong modify .gitignore

This commit is contained in:
Koro33
2024-04-01 18:36:26 +02:00
parent bffc5325ae
commit 63dfda8a47
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
# from .gitignore
venv/ venv/
ui/__pycache__/ ui/__pycache__/
outputs/ outputs/
modules/__pycache__/ modules/__pycache__/
models/ models/
modules/yt_tmp.wav modules/yt_tmp.wav
.git
.github

4
.gitignore vendored
View File

@@ -1,10 +1,6 @@
# from .gitignore
venv/ venv/
ui/__pycache__/ ui/__pycache__/
outputs/ outputs/
modules/__pycache__/ modules/__pycache__/
models/ models/
modules/yt_tmp.wav modules/yt_tmp.wav
.git
.github