Spaces:
Running on Zero
Running on Zero
github-actions[bot] commited on
Commit ·
7d0e89c
1
Parent(s): 46655da
deploy: switch to chatterbox requirements @ 1131d2d
Browse files- .gitattributes +4 -3
.gitattributes
CHANGED
|
@@ -12,7 +12,8 @@ social_media_distributor/ export-ignore
|
|
| 12 |
frontend/ export-ignore
|
| 13 |
batch_translate.py export-ignore
|
| 14 |
client_insta_links.jsonl export-ignore
|
| 15 |
-
# Per-Space
|
| 16 |
-
#
|
| 17 |
-
#
|
| 18 |
README-dramabox.md export-ignore
|
|
|
|
|
|
| 12 |
frontend/ export-ignore
|
| 13 |
batch_translate.py export-ignore
|
| 14 |
client_insta_links.jsonl export-ignore
|
| 15 |
+
# Per-Space file overrides — deploy.sh copies these from $REPO_ROOT
|
| 16 |
+
# into the Space clone, so they must not ride along in the shared
|
| 17 |
+
# export (would clutter every Space).
|
| 18 |
README-dramabox.md export-ignore
|
| 19 |
+
app-dramabox.py export-ignore
|