Spaces:
Running
Running
jhj0517
commited on
Commit
·
a32e8ff
1
Parent(s):
e9891d2
Update ignore
Browse files- .dockerignore +7 -7
.dockerignore
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# from .gitignore
|
| 2 |
-
venv/
|
| 3 |
-
ui/__pycache__/
|
| 4 |
-
outputs/
|
| 5 |
-
modules/__pycache__/
|
| 6 |
-
models/
|
| 7 |
modules/yt_tmp.wav
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
| 1 |
# from .gitignore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
modules/yt_tmp.wav
|
| 3 |
+
**/venv/
|
| 4 |
+
**/__pycache__/
|
| 5 |
+
**/outputs/
|
| 6 |
+
**/models/
|
| 7 |
|
| 8 |
+
**/.idea
|
| 9 |
+
**/.git
|
| 10 |
+
**/.github
|