-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
56 lines (50 loc) · 869 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Auto detect text files and perform LF normalization
* text=auto
# Text to be normalized
*.php diff=php
*.css diff=css
*.js diff=java
*.java diff=java
*.py diff=python
*.htm diff=html
*.html diff=html
*.xml diff=html
*.md text eol=crlf
*.txt text eol=crlf
*.ini text eol=crlf
*.inc text eol=crlf
*.DBK text eol=crlf
*.DEC text eol=crlf
*.REC text eol=crlf
# Documents
*.pdf diff=astextplain
*.PDF diff=astextplain
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=html
*.DOCX diff=html
*.xls diff=astextplain
*.XLS diff=astextplain
*.xlsx diff=html
*.XLSX diff=html
*.rtf diff=astextplain
*.RTF diff=astextplain
# Images
*.jpg binary
*.png binary
*.git binary
# Audio
*.mp3 binary
*.ogg binary
# Videos
*.m4v binary
*.mp4 binary
*.mpg binary
*.mkv binary
# Compiled sources
*.class binary
*.pyc binary
*.out binary
*.exe binary
*.com binary
*.bin binary