Spaces:
Running on Zero
Running on Zero
Bellok commited on
Commit ·
703a56a
1
Parent(s): ec2d906
chore: ignore fictional characters XLSX and PDF file in packs
Browse files- Added packs/warbler-pack-kh-fict-chars/fictional_characters.xlsx to .gitignore
- Added packs/warbler-pack-pdf/TheSilverWyvernsEvening.pdf to .gitignore
These appear to be data files for specific packs and should not be tracked in version control to avoid repository bloat.
- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -127,3 +127,5 @@ models/
|
|
| 127 |
packs/warbler-pack-kh-tinystories/train.csv
|
| 128 |
packs/warbler-pack-kh-tinystories/validation.csv
|
| 129 |
packs/warbler-pack-kh-tinystories/train.csv
|
|
|
|
|
|
|
|
|
| 127 |
packs/warbler-pack-kh-tinystories/train.csv
|
| 128 |
packs/warbler-pack-kh-tinystories/validation.csv
|
| 129 |
packs/warbler-pack-kh-tinystories/train.csv
|
| 130 |
+
packs/warbler-pack-kh-fict-chars/fictional_characters.xlsx
|
| 131 |
+
packs/warbler-pack-pdf/TheSilverWyvernsEvening.pdf
|