Spaces:
Sleeping
Sleeping
Commit ·
2565e83
1
Parent(s): 8f39e99
feat: include compiled frontend dist in .gitignore for HF deployment
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -42,3 +42,6 @@ daggr_cache/
|
|
| 42 |
*.log
|
| 43 |
.gradio_cached_examples/
|
| 44 |
.gradio_servables/
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
*.log
|
| 43 |
.gradio_cached_examples/
|
| 44 |
.gradio_servables/
|
| 45 |
+
# Exception: Include compiled frontend dist for HF deployment
|
| 46 |
+
!AcuarelaPortraits/daggr/frontend/dist/
|
| 47 |
+
!AcuarelaPortraits/daggr/frontend/dist/**
|