-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
46 lines (38 loc) · 747 Bytes
/
.gitattributes
File metadata and controls
46 lines (38 loc) · 747 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
36
37
38
39
40
41
42
43
44
45
46
# Git attributes for stygian workspace
# Auto-detect text files and normalize line endings to LF
* text=auto eol=lf
# Rust source files
*.rs text diff=rust
*.toml text
# Documentation
*.md text
*.txt text
# Scripts
*.sh text eol=lf
*.bash text eol=lf
# Cargo lock should use LF
Cargo.lock text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.pdf binary
# Archives
*.zip binary
*.tar binary
*.gz binary
*.bz2 binary
*.xz binary
# Linguist language detection
docs/** linguist-documentation
examples/** linguist-documentation
reference_materials/** linguist-documentation
tasks/** linguist-documentation
*.md linguist-documentation