Spaces:
Sleeping
Sleeping
chih.yikuan commited on
Commit ·
1e7029d
1
Parent(s): 55fb498
chore: exclude binary files from HF Spaces deployment
Browse files- .gitignore +6 -0
.gitignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Binary files for HF Spaces
|
| 3 |
+
managed-chatkit/docs/*.jpg
|
| 4 |
+
managed-chatkit/docs/*.png
|
| 5 |
+
public/*.jpg
|
| 6 |
+
public/*.png
|