-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitattributes
38 lines (32 loc) · 1.72 KB
/
.gitattributes
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
# Normalize text files on commit to LF endings by default
* text=auto
# Make sure Windows batch files preserve CR/LF line endings, otherwise they may not be able to execute. Windows
# batch files require a CR/LF for labels to work properly, otherwise they may fail when labels straddle 512-byte
# block boundaries. This is important when files are downloaded through a zip archive that was authored on a
# Linux machine (the default behavior on GitHub)
*.bat text eol=crlf
*.cmd text eol=crlf
*.kit text eol=crlf
# Make sure shell scripts have LF line endings, even when checked out on a Windows client with autocrlf=true
*.sh text eol=lf
# All files under data go into Git LFS
data/** filter=lfs diff=lfs merge=lfs -text
source/extensions/**/data/** filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
# JSON and USDA files should not be tracked in Git LFS
**/*.json !filter !diff !merge text
**/*.usda !filter !diff !merge text
# Exception USDA files > 5MB and need to be tracked in Git LFS
source/extensions/omni.flux.utils.material_converter/data/**/*.usda filter=lfs diff=lfs merge=lfs -text
source/extensions/**/data/**/pillow_cube_OTH.usda filter=lfs diff=lfs merge=lfs -text
nvngx_dlisr.dll filter=lfs diff=lfs merge=lfs -text
FreeImage.dll filter=lfs diff=lfs merge=lfs -text
vcomp140d.dll filter=lfs diff=lfs merge=lfs -text
vcomp140.dll filter=lfs diff=lfs merge=lfs -text
realesrnet-x4plus.bin filter=lfs diff=lfs merge=lfs -text
realesrgan-x4plus.bin filter=lfs diff=lfs merge=lfs -text
realesrgan-x4plus-anime.bin filter=lfs diff=lfs merge=lfs -text