forked from magicxor/picpig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
51 lines (43 loc) · 1.21 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
# tells Git: Every time you extract the file from the index to the work-tree,
# apply the detection code to the file. If the detection code claims that
# the file is a text file, apply the end of line conversions while rehydrating
# the freeze-dried copy of the file from the index into the usable form in the work-tree.
# If the detection code claims that the file is binary, leave it alone.
* text=auto eol=crlf
*.cs text diff=csharp
*.sln text eol=crlf
*.csproj text eol=crlf
*.cshtml text eol=crlf
*.css text eol=crlf
*.sass text eol=crlf
*.scss text eol=crlf
*.less text eol=crlf
*.js text eol=crlf
*.json text eol=crlf
*.jsx text eol=crlf
*.htm text diff=html
*.html text diff=html
*.map text -diff
*.sql text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Media
*.bmp binary
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.png binary
*.wbmp binary
*.webp binary
*.mp4 binary
*.webm binary
*.zip binary
# Fonts
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary