-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (38 loc) · 796 Bytes
/
Copy path.gitattributes
File metadata and controls
44 lines (38 loc) · 796 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
# Auto detect text files and perform LF normalization
* text=auto
# Source code
*.cpp text diff=cpp
*.h text diff=cpp
*.cs text diff=csharp
*.py text diff=python
*.sh text eol=lf
*.bat text eol=crlf
# Documentation
*.md text
*.txt text
# Config files
*.ini text
*.json text
*.xml text
*.yaml text
*.yml text
# Unreal Engine files
*.uproject text
*.uplugin text
*.uasset binary
*.umap binary
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.wav binary
*.mp3 binary
*.flac binary
# Model files (treat as binary and use LFS if needed)
*.onnx binary filter=lfs diff=lfs merge=lfs
*.pt binary filter=lfs diff=lfs merge=lfs
*.pth binary filter=lfs diff=lfs merge=lfs
*.safetensors binary filter=lfs diff=lfs merge=lfs
*.ckpt binary filter=lfs diff=lfs merge=lfs