-
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (19 loc) · 609 Bytes
/
Copy path.gitattributes
File metadata and controls
22 lines (19 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.pb filter=lfs diff=lfs merge=lfs -text
# Force LF for files that run inside Linux containers
*.sh text eol=lf
*.py text eol=lf
*.conf text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.txt text eol=lf
*.spec text eol=lf
*.ps1 text eol=lf
*.md text eol=lf
Dockerfile* text eol=lf
# Windows batch scripts MUST be CRLF. cmd.exe mis-parses LF-only batch files:
# the first multi-line "if (...)" block fails with ". was unexpected at this time."
*.bat text eol=crlf
*.cmd text eol=crlf
# Force LF for the Linux package's freedesktop/systemd files (parsed on Linux)
*.desktop text eol=lf
*.service text eol=lf