mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-30 21:41:57 -04:00
41 lines
700 B
Plaintext
41 lines
700 B
Plaintext
# Tell git what files are txt
|
|
*.py text
|
|
*.recipe text diff=python
|
|
*.coffee text
|
|
*.js text
|
|
*.pot text
|
|
*.po text
|
|
*.html text
|
|
*.xhtml text
|
|
*.htm text
|
|
*.css text
|
|
*.rst text
|
|
*.md text
|
|
*.txt text
|
|
*.session text
|
|
*.cfg text
|
|
*.yaml text
|
|
*.svg text
|
|
*.xml text
|
|
*.xsl text
|
|
*.tmpl text
|
|
*.qrc text
|
|
*.sh text
|
|
*.fb2 text
|
|
*.bat text eol=crlf
|
|
|
|
# Tell git what files are binary
|
|
*.zip binary
|
|
*.epub binary
|
|
*.docx binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.png binary
|
|
*.gif binary
|
|
*.pickle binary
|
|
*.pdf binary
|
|
|
|
# Prevent certain files from being exported:
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|