forked from ReactiveDrop/reactivedrop_public_src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
29 lines (28 loc) · 803 Bytes
/
.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
# 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.
*.c text
*.cpp text
*.h text
*.nut text
*.py text
*.fgd text
# *.txt text # Warning! Do not enable this or it corrupts our unicode TXT files, e.g. resource/ReactiveDrop_english.txt
*.vmf text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.blend binary
*.jpg binary
*.lib binary
*.png binary
*.tga binary
*.vtf binary
*.xcf binary
*.bin binary
*.ekv binary
*.ttf filter=lfs diff=lfs merge=lfs -text
*.ttc filter=lfs diff=lfs merge=lfs -text