forked from NginxProxyManager/nginx-proxy-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (25 loc) · 744 Bytes
/
Copy path.gitattributes
File metadata and controls
27 lines (25 loc) · 744 Bytes
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
# CompHost is a Linux-targeted app (runs in Linux containers). Force LF on
# checkout for everyone — CRLF breaks the Docker build (install-s6), the s6-overlay
# runtime scripts under docker/rootfs, and shell scripts in general. Without this,
# a Windows checkout with core.autocrlf=true silently corrupts these files.
* text=auto eol=lf
# Explicit LF for the files that must never be CRLF.
*.sh text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.conf text eol=lf
Dockerfile text eol=lf
*.Dockerfile text eol=lf
# Binary assets — never touch.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary