Spaces:
Paused
Paused
MacBook pro
commited on
Commit
·
52b75d5
1
Parent(s):
f4b658d
chore(gitignore): allow .gitkeep in models/ and checkpoints/ and add placeholders
Browse files- .gitignore +2 -0
- checkpoints/.gitkeep +1 -0
- models/.gitkeep +1 -0
.gitignore
CHANGED
|
@@ -20,4 +20,6 @@ pip-wheel-metadata/
|
|
| 20 |
.cache/
|
| 21 |
coverage/
|
| 22 |
models/
|
|
|
|
| 23 |
checkpoints/
|
|
|
|
|
|
| 20 |
.cache/
|
| 21 |
coverage/
|
| 22 |
models/
|
| 23 |
+
!models/.gitkeep
|
| 24 |
checkpoints/
|
| 25 |
+
!checkpoints/.gitkeep
|
checkpoints/.gitkeep
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# Placeholder to keep checkpoints directory tracked while ignoring its contents.
|
models/.gitkeep
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# Placeholder to keep models directory tracked while ignoring its contents.
|