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
# Auto detect text files and perform LF normalization
* text=auto
# Rust source files
*.rs text eol=lf
# Documentation
*.md text eol=lf
*.txt text eol=lf
# Configuration files
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
# Shell scripts
*.sh text eol=lf
# Git config
.gitignore text eol=lf
.gitattributes text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
# Archives
*.zip binary
*.tar binary
*.gz binary
*.zst binary
# Compiled files
*.exe binary
*.dll binary
*.so binary
*.dylib binary
# Cargo
Cargo.lock linguist-generated=true