Remove binary files (PDF/EPUB) and add to .gitignore

- Remove 4.2MB PDF and 186KB EPUB from docs/ folder
- Add binary file patterns to .gitignore to prevent future additions
- Includes *.pdf, *.epub, *.mobi, *.azw, *.azw3 patterns
- Keeps repository clean and reduces size for better performance
This commit is contained in:
Farhan ALVY 2025-10-07 08:38:26 +00:00
parent c4e59f61a4
commit 5f5292d695
6 changed files with 7 additions and 45 deletions

7
.gitignore vendored
View file

@ -19,6 +19,13 @@
/unicode*
/libnusqlite3*
# Binary files that shouldn't be in repository
*.pdf
*.epub
*.mobi
*.azw
*.azw3
sw.*
.DS_STORE
.idea/*

View file

@ -1,19 +0,0 @@
{
"tags": [],
"chapters": [],
"title": "Horror Tales 01 (v1 #7)",
"subtitle": null,
"authors": [],
"narrators": [],
"series": [],
"genres": [],
"publishedYear": null,
"publishedDate": null,
"publisher": null,
"description": null,
"isbn": null,
"asin": null,
"language": null,
"explicit": false,
"abridged": false
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

View file

@ -1,26 +0,0 @@
{
"tags": [],
"chapters": [],
"title": "Alice's Adventures in Wonderland",
"subtitle": null,
"authors": [
"Lewis Carroll"
],
"narrators": [],
"series": [],
"genres": [
"Fantasy fiction",
"Children's stories",
"Imaginary places -- Juvenile fiction",
"Alice (Fictitious character from Carroll) -- Juvenile fiction"
],
"publishedYear": "2008",
"publishedDate": null,
"publisher": null,
"description": null,
"isbn": null,
"asin": null,
"language": "en",
"explicit": false,
"abridged": false
}