forked from MovingBlocks/Terasology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
35 lines (32 loc) · 809 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
30
31
32
33
34
35
# Force default for all text just in case - commit with LF, check out with OS-specific line endings
* text=auto
*.bat text eol=crlf
*.block text
*.command text eol=lf
*.glsl text
*.gradle text
*.groovy text
*.html text diff=html
*.java text diff=java
*.markdown text
*.py text diff=python
*.properties text
*.sh text eol=lf
*.shape text
*.texinfo text
*.txt text
*.xml text diff=html
*.blend binary
*.exe binary
*.jar binary
*.keystore binary
*.png binary
*.jpeg binary
*.dll binary
*.dylib binary
*.pdb binary
*.ogg binary
*.dbg binary
gradlew text eol=lf
LICENSE text
NOTICE text