-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
55 lines (51 loc) · 1.16 KB
/
.gitattributes
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Auto detect text files and perform LF normalization
* text eol=lf
.editorconfig text
.gitignore text
.gitattributes text
*.sql text
*.tag text
*.ddl text
*.puml text
*.dtd text
*.xsd text
*.yml text
*.xsl text
*.xml text diff=xml
*.java text diff=java
*.htm text diff=html
*.html text diff=html
*.js text diff=javascript
*.jsf text
*.json text
*.log text
*.txt text
*.asciidoc text
*.vm text
*.fml text
*.markdown text
*.md text
*.css text
*.sql text
*.properties text
*.pl text diff=perl
*.pm text diff=perl
*.py text diff=pyton
*.rb text diff=ruby
*.sh text
*.bat text eol=crlf
*.doc binary
*.docx binary
*.ppt binary
*.pptx binary
*.xls binary
*.pdf binary
*.gif binary
*.jpg binary
*.jpeg binary
*.png binary
*.ttf binary
*.ico binary
*.svg binary
*.swg binary
*.bmp binary