forked from Uranid/mnem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (31 loc) · 849 Bytes
/
Copy path.gitattributes
File metadata and controls
34 lines (31 loc) · 849 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
# Default: auto-detect text vs binary, normalize line endings to LF in
# the index. Prevents CRLF leaking in from Windows checkouts and breaking
# `cargo fmt --check` on Windows CI runners.
* text=auto eol=lf
# Explicit text files - always LF.
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.py text eol=lf
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
# Windows scripts - keep CRLF.
*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
# Binary files - never normalize.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.onnx binary
*.parquet binary
*.car binary
*.mp4 filter=lfs diff=lfs merge=lfs -text