forked from kovidgoyal/calibre
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
40 lines (38 loc) · 700 Bytes
/
Copy path.gitattributes
File metadata and controls
40 lines (38 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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