From eabb2359c2bb8f8631dcedbf3e972b4f66068e1c Mon Sep 17 00:00:00 2001 From: litagin Date: Mon, 17 Jul 2023 13:16:32 +0900 Subject: [PATCH] Fix gitignore --- .gitignore | 1 - weights/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 weights/.gitignore diff --git a/.gitignore b/.gitignore index 64fe6ea..fc0fd41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ venv/ __pycache__/ -weights/* *.mp3 hubert_base.pt rmvpe.pt \ No newline at end of file diff --git a/weights/.gitignore b/weights/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/weights/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file