mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-10-31 02:27:01 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Tell git what files are txt
 | |
| *.py  text diff=python
 | |
| *.pyj  text diff=python linguist-language=python
 | |
| *.recipe  text diff=python linguist-language=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
 | |
| 
 | |
| # Mark vendored files
 | |
| resources/mathjax/* linguist-vendored=true
 | |
| resources/coffee-script.js linguist-vendored=true
 | |
| resources/csscolorparser.js linguist-vendored=true
 | |
| resources/viewer/hyphen* linguist-vendored=true
 | |
| resources/viewer/jquery* linguist-vendored=true
 | |
| resources/stylelint-bundle.min.js linguist-vendored=true
 | |
| src/hunspell linguist-vendored=true
 | |
| src/calibre/utils/windows/wintoastlib* linguist-vendored=true
 | |
| 
 | |
| # Mark generated files
 | |
| resources/content-server/index-generated.html linguist-generated=true
 | |
| resources/editor.js linguist-generated=true
 | |
| resources/viewer.js linguist-generated=true
 | |
| resources/viewer.html linguist-generated=true
 | |
| src/calibre/ebooks/html_entities.h linguist-generated=true
 |