Create .dockerignore
Browse files- .dockerignore +8 -0
.dockerignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
temp_workspaces/
|
| 2 |
+
vision/
|
| 3 |
+
local_bgs/
|
| 4 |
+
cache_mp3quran/
|
| 5 |
+
__pycache__/
|
| 6 |
+
*.mp4
|
| 7 |
+
*.mp3
|
| 8 |
+
*.json
|