forked from chsterz/Erika3004
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitattributes
40 lines (40 loc) · 926 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
36
37
38
39
40
* text eol=lf
*.py text diff=python
*.ini text
*.txt text
*.md text
*.ino text
*.h text
*.yml text
*.sh text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.JPG filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.7z binary
*.ttf binary
# Documents
*.doc binary
*.DOC binary
*.docx binary
*.DOCX binary
*.dot binary
*.DOT binary
*.pdf filter=lfs diff=lfs merge=lfs -text
*.PDF filter=lfs diff=lfs merge=lfs -text
*.rtf binary
*.RTF binary
*.bmp filter=lfs diff=lfs merge=lfs -text
*.png.* filter=lfs diff=lfs merge=lfs -text