-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitattributes
68 lines (63 loc) · 1.1 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
# https://gist.github.com/dpalomar/ebc64d6f56cfc25a3e5c20fe7cdfbd4f
# These settings are for any web project
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
*.* text eol=lf
# Windows forced line-endings
/.idea/* text eol=crlf
#
## These files are binary and should be left untouched
#
*.blend binary
*.blend1 binary
*.7z binary
*.atom binary
*.bmp binary
*.bz2 binary
*.css binary
*.cur binary
*.doc binary
*.docx binary
*.eot binary
*.exe binary
*.ez binary
*.fla binary
*.flv binary
*.gif binary
*.gz binary
*.ico binary
*.jpeg binary
*.jpg binary
*.js binary
*.m4v binary
*.mid binary
*.midi binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.ogg binary
*.ogv binary
*.otf binary
*.pdf binary
*.png binary
*.ppt binary
*.pptx binary
*.pyc binary
*.rar binary
*.rss binary
*.rtf binary
*.svg binary
*.svgz binary
*.swf binary
*.swp binary
*.tar binary
*.tgz binary
*.ttf binary
*.wav binary
*.woff binary
*.woff2 binary
*.xls binary
*.xlsx binary
*.zip binary