forked from rocketride-org/rocketride-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (27 loc) · 684 Bytes
/
Copy path.gitattributes
File metadata and controls
35 lines (27 loc) · 684 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
28
29
30
31
32
33
34
35
# Auto detect text files and perform LF normalization
* text=auto
# Patch files MUST use LF line endings (critical for vcpkg)
*.patch text eol=lf
# Shell scripts should use LF
*.sh text eol=lf
# Python files should use LF
*.py text eol=lf
# Markdown files should use LF (node doc generator writes LF; prevents spurious diffs on Windows)
*.md text eol=lf
# Windows batch files should use CRLF
*.cmd text eol=crlf
*.bat text eol=crlf
# Keep these binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
*.zip binary
*.tar.gz binary
*.whl binary
.github/workflows/*.lock.yml linguist-generated=true merge=ours