From 63dfda8a475e85643c2a793e778d53375782baf4 Mon Sep 17 00:00:00 2001 From: Koro33 Date: Mon, 1 Apr 2024 18:36:26 +0200 Subject: [PATCH] fix: wrong modify .gitignore --- .dockerignore | 4 ++++ .gitignore | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index bbe763d..94cfb9d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,10 @@ +# from .gitignore venv/ ui/__pycache__/ outputs/ modules/__pycache__/ models/ modules/yt_tmp.wav + +.git +.github diff --git a/.gitignore b/.gitignore index 94cfb9d..bbe763d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,6 @@ -# from .gitignore venv/ ui/__pycache__/ outputs/ modules/__pycache__/ models/ modules/yt_tmp.wav - -.git -.github