forked from Azure/application-gateway-kubernetes-ingress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
55 lines (46 loc) · 845 Bytes
/
.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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Use text conventions for commonly used text extensions.
*.csv text
*.ini text
*.json text
*.txt text
# Denote all files that are truly binary and should not be modified.
*.dll binary
*.exe binary
*.gz binary
*.ico binary
*.jpg binary
*.lib binary
*.pdb binary
*.pdf binary
*.png binary
*.wim binary
*.zip binary
*.so binary
*.a binary
*.tgz binary
*.gz binary
*.tar binary
# Docker
*.Dockerfile text eol=lf
# Build files
Makefile text eol=lf
*.sh text eol=lf
CMakeLists.txt text eol=lf
# Helm charts
*.tpl text eol=lf
.helmignore text eol=lf
# Code
*.c text eol=lf
*.h text eol=lf
*.cc text eol=lf
*.hpp text eol=lf
*.py text eol=lf
*.go text eol=lf
# Patch files.
*.patch text eol=lf
# License
LICENSE text eol=lf
# Glide
glide.lock text eol=lf