-
Notifications
You must be signed in to change notification settings - Fork 37
/
.gitattributes
57 lines (54 loc) · 909 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
57
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.css text
*.xml text
*.yml text
*.txt text
*.properties text
*.md text
*.project text
*.classpath text
# Denote all files that are truly binary and should not be modified.
*.aif binary
*.AIF binary
*.bmp binary
*.BMP binary
*.png binary
*.PNG binary
*.jpg binary
*.JPG binary
*.gif binary
*.GIF binary
*.ged binary
*.GED binary
*.psd binary
*.PSD binary
*.tif binary
*.TIF binary
*.tga binary
*.TGA binary
*.wav binary
*.WAV binary
*.rtf binary
*.RTF binary
*.doc binary
*.DOC binary
*.mac binary
*.MAC binary
*.pcx binary
*.PCX binary
*.pic binary
*.PIC binary
*.tex binary
*.TEX binary
*.pdf binary
*.PDF binary
*.mpg binary
*.MPG binary
*.mov binary
*.MOV binary
*.psd binary
*.PSD binary