-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (34 loc) · 694 Bytes
/
.gitattributes
File metadata and controls
37 lines (34 loc) · 694 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
# Auto-detect text files and normalize line endings
* text=auto
# Source code
*.zig text diff
*.vibee text diff
*.ts text diff
*.tsx text diff
*.js text diff
*.json text diff
*.md text diff
*.yml text diff
*.yaml text diff
*.toml text diff
*.sh text eol=lf
# Binary files
*.bit binary
*.safetensors binary
*.gguf binary
*.tri binary
*.o binary
*.a binary
*.bin binary
*.wasm binary
*.png binary
*.jpg binary
*.ico binary
*.svg binary
# GitHub Linguist overrides
# Exclude vendored/generated code from language statistics
node_modules/** linguist-vendored
generated/** linguist-generated
trinity/output/** linguist-generated
docs/archive/** linguist-documentation
*.md linguist-documentation