forked from Sasabmeg/FOnline-BraveNewWorld
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
61 lines (57 loc) · 934 Bytes
/
.gitattributes
File metadata and controls
61 lines (57 loc) · 934 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
* text=auto eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
# default line endings
* text eol=lf
# git
.gitignore text eol=lf
.gitattributes text eol=lf
# intellisense creator
intellisense*.h text eol=lf
# binary
*.acm binary
*.ACM binary
*.dat binary
*.DAT binary
*.exe binary
*.EXE binary
*.dll binary
*.DLL binary
*.fosb binary
*.FOSB binary
*.frm binary
*.FRM binary
*.fr0 binary
*.FR0 binary
*.fr1 binary
*.FR1 binary
*.fr2 binary
*.FR2 binary
*.fr3 binary
*.FR3 binary
*.fr4 binary
*.FR4 binary
*.fr5 binary
*.FR5 binary
*.ico binary
*.ico binary
*.jpg binary
*.JPG binary
*.msk binary
*.MSK binary
*.ogg binary
*.OGG binary
*.pdb binary
*.pal binary
*.PAL binary
*.PDB binary
*.png binary
*.PNG binary
*.so binary
*.SO binary
*.xcf binary
*.XCF binary
*.xlsx binary
*.XLSX binary
*.zip filter=lfs diff=lfs merge=lfs -text
*.ZIP filter=lfs diff=lfs merge=lfs -text