We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923c21d commit 854555fCopy full SHA for 854555f
.gitattributes
@@ -1,3 +1,33 @@
1
# Auto detect text files and perform LF normalization
2
* 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
26
*.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