mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 04:01:11 -06:00
* epub - use the lower resolution colour as release epub * Add in check for epub size, will fail if too big (>50MB) * added folders ebook and website build folders to .gitignore
47 lines
643 B
Plaintext
47 lines
643 B
Plaintext
.DS_Store
|
|
*.xbb
|
|
*.aux
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.log
|
|
*.synctex.gz
|
|
*.toc
|
|
*.pdf
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
*.run.xml
|
|
*.html
|
|
*.dlog
|
|
*.bak
|
|
*.opf
|
|
book/book.out
|
|
.vscode/
|
|
book/bookch*
|
|
book/figures/*.png
|
|
book/figures/*.pdf
|
|
book/figures/*.in
|
|
book/book*.4ct
|
|
book/book*.4tc
|
|
book/book*.css
|
|
book/book*.dvi
|
|
book/book*.idv
|
|
book/book*.lg
|
|
book/book*.ncx
|
|
book/book*.out
|
|
book/book*.tmp
|
|
book/book*.xref
|
|
book/book*.svg
|
|
# Directories created during build
|
|
book/book_sans_serif/*
|
|
book/book_serif/*
|
|
book/static_website_html/*
|
|
website/static_website_html/*
|
|
book/epub/
|
|
book/book-epub/
|
|
book/bw-book-epub/*
|
|
book/release/*
|
|
book/low-res-book-epub/*
|
|
book/epub_build/*
|
|
book/website_build/*
|