Spaces:
Sleeping
Sleeping
Riley commited on
Commit ·
8daf9db
1
Parent(s): 9a8f161
chore: Remove large files from git tracking
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -29,6 +29,8 @@ build/
|
|
| 29 |
_out/
|
| 30 |
data/index/
|
| 31 |
data/link_cache/
|
|
|
|
|
|
|
| 32 |
|
| 33 |
# Deployment (not using these anymore)
|
| 34 |
.streamlit/
|
|
|
|
| 29 |
_out/
|
| 30 |
data/index/
|
| 31 |
data/link_cache/
|
| 32 |
+
*.xlsx
|
| 33 |
+
*.zip
|
| 34 |
|
| 35 |
# Deployment (not using these anymore)
|
| 36 |
.streamlit/
|