forked from gering/Tiny-JSON
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
70 lines (62 loc) · 1.3 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# allow git to guess types we don't specify
#* text=auto
# Source code
*.c text
*.cs text diff=csharp
*.cpp text diff=cpp
*.java text diff=java
*.py text diff=python
*.htm text diff=html
*.html text diff=html
*.css text diff=css
*.js text
*.md text diff=markdown
# explictly specify most everything
*.cfg text
*.asset text
*.shader text
*.manifest text
*.md text
*.txt text
*.resx text
# Image and other binaries
*.png binary
*.dds binary
*.mu binary
*.dll binary
*.bundle binary
*.tga binary
# Compression utilities
*.zip binary
*.7z binary
*.rar binary
*.gz binary
*.bz2 binary
*.lz binary
*.lz4 binary
*.lzo binary
*.lzma binary
*.xz binary
*.z binary
*.Z binary
# Visual Studio
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# More known and most used filetypes
*.csv text
*.fods text diff=html
*.my binary