Skip to content

Commit 854555f

Browse files
committed
Expand gitattributes
1 parent 923c21d commit 854555f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitattributes

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
# Auto detect text files and perform LF normalization
22
* text eol=lf
3+
4+
# Document
5+
*.doc diff=astextplain
6+
*.DOC diff=astextplain
7+
*.docx diff=astextplain
8+
*.DOCX diff=astextplain
9+
*.dot diff=astextplain
10+
*.DOT diff=astextplain
11+
*.pdf diff=astextplain
12+
*.PDF diff=astextplain
13+
*.rtf diff=astextplain
14+
*.RTF diff=astextplain
15+
*.md text
16+
*.adoc text
17+
*.textile text
18+
*.mustache text
19+
*.csv text
20+
*.tab text
21+
*.tsv text
22+
*.sql text
23+
*.svg text
24+
25+
# Image
326
*.png binary
27+
*.jpg binary
28+
*.jpeg binary
29+
*.gif binary
30+
*.tif binary
31+
*.tiff binary
32+
*.ico binary
33+
*.eps binary

0 commit comments

Comments
 (0)