mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 18:31:43 +00:00
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:
parent
c4e59f61a4
commit
5f5292d695
6 changed files with 7 additions and 45 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -19,6 +19,13 @@
|
||||||
/unicode*
|
/unicode*
|
||||||
/libnusqlite3*
|
/libnusqlite3*
|
||||||
|
|
||||||
|
# Binary files that shouldn't be in repository
|
||||||
|
*.pdf
|
||||||
|
*.epub
|
||||||
|
*.mobi
|
||||||
|
*.azw
|
||||||
|
*.azw3
|
||||||
|
|
||||||
sw.*
|
sw.*
|
||||||
.DS_STORE
|
.DS_STORE
|
||||||
.idea/*
|
.idea/*
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -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 |
|
|
@ -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
|
|
||||||
}
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue