-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
81 lines (68 loc) · 1.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Boilerplate .gitattributes
#
# If you add anything here that might be useful for other (new) projects,
# consider changing ssh://git/git/template.git
* text=auto !eol
.*ignore text
.gitignore text
.gitattributes text
*.txt text
*.java text diff=java
*.html text diff=html
*.css text
*.js text
*.ts text
*.sql text
*.properties text
*.ipr text
*.iml text
*.iws text
*.xml text
*.form text
*.dtd text
*.xsl text
*.xslt text
*.plist text
*.vm text
*.install4j text
*.cs text diff=csharp
*.csproj text merge=union
*.sln text merge=union eol=crlf
*.dsp text eol=crlf
*.dsw text eol=crlf
*.c text diff=cpp
*.cpp text diff=cpp
*.h text diff=cpp
*.php text diff=php
*.py text diff=python
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.lnk text eol=crlf
Makefile text
*.png binary
*.jpg binary
*.gif binary
*.license binary
*.jar binary
*.zip binary
*.exe binary
*.bin binary
*.dat binary
*.bmp binary
*.ico binary
*.pdf binary
*.json text
*.jsbe text eol=crlf
*.jsbp text eol=crlf
*.jsbn text eol=crlf
*.jsbh text eol=crlf
*.jsbf text eol=crlf
*.jsbc text eol=crlf
*.mp4 binary
*.soy text
*.groovy text
*.gant text
README text
*.pem text
*.gpg text