-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
52 lines (52 loc) · 1.53 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
* text=auto
*.bat text eol=crlf
*.cmd text eol=crlf
*.Dockerfile text
*.gif binary
*.go text diff=golang
*.jpg binary
*.json text
*.md text
*.png binary
*.proto text
*.ps1 text eol=lf
*.sh text eol=lf
*.svg text
*.svgz binary
*.txt text
*.webm binary
*.webp binary
*.xml text
*.xslt text
*.yaml text
*.yml text
.dockerignore text
.editorconfig text
.gitattributes text
.gitconfig text
.gitignore text
.helmignore text
ACKNOWLEDGMENTS* text
AUTHORS* text
CHANGELOG* text
CHANGES* text
CODE_OF_CONDUCT* text
CODEOWNERS* text
CONTRIBUTING* text
CONTRIBUTORS* text
COPYING* text
COPYRIGHT* text
Dockerfile* text
HISTORY* text
INSTALL* text
ISSUE_TEMPLATE* text
LICENSE* text
Makefile text
makefile text
NEWS* text
NOTICE* text
PULL_REQUEST_TEMPLATE* text
README* text
RELEASES* text
SUPPORT* text
TODO* text