Spaces:
Runtime error
Runtime error
chore: remove binary files and update .gitignore
Browse files- .gitignore +9 -0
.gitignore
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Logs
|
| 2 |
logs
|
| 3 |
*.log
|
|
@@ -145,3 +153,4 @@ vite.config.ts.timestamp-*
|
|
| 145 |
temp_*/
|
| 146 |
Proof*/
|
| 147 |
PoCo*/
|
|
|
|
|
|
| 1 |
+
# Binary files
|
| 2 |
+
*.pdf
|
| 3 |
+
*.png
|
| 4 |
+
*.jpg
|
| 5 |
+
*.jpeg
|
| 6 |
+
*.gif
|
| 7 |
+
*.svg
|
| 8 |
+
|
| 9 |
# Logs
|
| 10 |
logs
|
| 11 |
*.log
|
|
|
|
| 153 |
temp_*/
|
| 154 |
Proof*/
|
| 155 |
PoCo*/
|
| 156 |
+
*.pdf
|