-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitattributes
93 lines (93 loc) · 2.95 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
82
83
84
85
86
87
88
89
90
91
92
93
* text=auto
*.7z binary
*.ai binary
*.bat text eol=crlf
*.bmp binary
*.cmd text eol=crlf
*.css text diff=css
*.csv text
*.dll binary
*.Dockerfile text
*.env text
*.eps binary
*.exe binary
*.gif binary
*.go text diff=golang
*.gz binary
*.htm text diff=html
*.html text diff=html
*.ico binary
*.ini text
*.jpeg binary
*.jpg binary
*.json text
*.o binary
*.pdf binary diff=astextplain
*.png binary
*.proto text
*.ps1 text eol=lf
*.psd binary
*.pxd text
*.py text diff=python
*.py3 text diff=python
*.pyc binary
*.pyd binary
*.pyo binary
*.pyw text diff=python
*.pywz binary
*.pyx text
*.pyz binary
*.rar binary
*.rtf text diff=astextplain
*.sh text eol=lf
*.so binary
*.svg text
*.svgz binary
*.tar binary
*.tex text diff=tex
*.tif binary
*.tiff binary
*.tsv text
*.txt text
*.war binary
*.wbmp binary
*.webm binary
*.webp binary
*.xhtml text diff=html
*.xml text
*.xslt text
*.xz binary
*.yaml text
*.yml text
*.zip binary
.dockerignore text
.editorconfig text
.gitattributes text
.gitconfig text
.gitignore text
.helmignore text
ACKNOWLEDGMENTS text
AUTHORS text
CHANGELOG text
CHANGES text
CNAME text
CODEOWNERS text
CODE_OF_CONDUCT 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
PULL_REQUEST_TEMPLATE text
README text
RELEASES text
SECURITY text
SUPPORT text
TODO text