Spaces:
Sleeping
Sleeping
Riley commited on
Commit ·
eb968a7
1
Parent(s): 5e9a5f2
fix: Update .dockerignore to include data/snapshots for HF deployment
Browse files- .dockerignore +3 -1
.dockerignore
CHANGED
|
@@ -21,7 +21,9 @@ build/
|
|
| 21 |
*~
|
| 22 |
.DS_Store
|
| 23 |
_logs/*
|
| 24 |
-
data/*
|
|
|
|
|
|
|
| 25 |
*.log
|
| 26 |
.streamlit/
|
| 27 |
.cache/
|
|
|
|
| 21 |
*~
|
| 22 |
.DS_Store
|
| 23 |
_logs/*
|
| 24 |
+
data/index/*
|
| 25 |
+
data/link_cache/*
|
| 26 |
+
data/_out/*
|
| 27 |
*.log
|
| 28 |
.streamlit/
|
| 29 |
.cache/
|