Koro33 commited on
Commit
890cc32
1 Parent(s): 1e7288a

fix: wrong modify .gitignore

Browse files
Files changed (2) hide show
  1. .dockerignore +4 -0
  2. .gitignore +0 -4
.dockerignore CHANGED
@@ -1,6 +1,10 @@
 
1
  venv/
2
  ui/__pycache__/
3
  outputs/
4
  modules/__pycache__/
5
  models/
6
  modules/yt_tmp.wav
 
 
 
 
1
+ # from .gitignore
2
  venv/
3
  ui/__pycache__/
4
  outputs/
5
  modules/__pycache__/
6
  models/
7
  modules/yt_tmp.wav
8
+
9
+ .git
10
+ .github
.gitignore CHANGED
@@ -1,10 +1,6 @@
1
- # from .gitignore
2
  venv/
3
  ui/__pycache__/
4
  outputs/
5
  modules/__pycache__/
6
  models/
7
  modules/yt_tmp.wav
8
-
9
- .git
10
- .github
 
 
1
  venv/
2
  ui/__pycache__/
3
  outputs/
4
  modules/__pycache__/
5
  models/
6
  modules/yt_tmp.wav