forked from amethyst/amethyst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (18 loc) · 727 Bytes
/
.gitattributes
File metadata and controls
18 lines (18 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.md text
*.rs text
*.toml text
*.yml text
COPYING text
LICENSE-* text
# LFS
examples/assets/large/*.obj filter=lfs diff=lfs merge=lfs -text
examples/assets/large/*.png filter=lfs diff=lfs merge=lfs -text
examples/assets/large/*.ogg filter=lfs diff=lfs merge=lfs -text
examples/assets/large/*.dds filter=lfs diff=lfs merge=lfs -text
examples/assets/large/*.glb filter=lfs diff=lfs merge=lfs -text
examples/assets/large/*.bin filter=lfs diff=lfs merge=lfs -text
examples/assets/large/*.jpg filter=lfs diff=lfs merge=lfs -text