audiobookshelf/.gitignore
Farhan ALVY 5f5292d695 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
2025-10-07 08:38:26 +00:00

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