mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 09:51:37 +00:00
- 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
33 lines
366 B
Text
33 lines
366 B
Text
.env
|
|
/dev.js
|
|
**/node_modules/
|
|
/config/
|
|
/audiobooks/
|
|
/audiobooks2/
|
|
/podcasts/
|
|
/media/
|
|
/metadata/
|
|
/plugins/
|
|
/client/.nuxt/
|
|
/client/dist/
|
|
/dist/
|
|
/deploy/
|
|
/coverage/
|
|
/.nyc_output/
|
|
/ffmpeg*
|
|
/ffprobe*
|
|
/unicode*
|
|
/libnusqlite3*
|
|
|
|
# Binary files that shouldn't be in repository
|
|
*.pdf
|
|
*.epub
|
|
*.mobi
|
|
*.azw
|
|
*.azw3
|
|
|
|
sw.*
|
|
.DS_STORE
|
|
.idea/*
|
|
tailwind.compiled.css
|
|
tailwind.config.js
|