forked from domoticz/domoticz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
84 lines (81 loc) · 1.26 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# 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.
*.config text
*.plist text
*.proj text
*.settings text
*.vcproj text
*.xml text
*.am text
*.appcache text
*.bat text
*.bor text
*.c text
*.check_cache text
*.cmake text
*.cmakein text
*.com text
*.conf text
configure text
*.cpp text
*.cs text
*.css text
*.cxx text
*.def text
*.default text
*.dsp text
*.gcc text
*.h text
*.hpp text
*.html text
*.in text
*.includecache text
*.inl text
*.internal text
*.iss text
*.js text
*.less text
*.log text
*.lua text
*.Lua text
*.make text
*.map text
*.marks text
*.md text
*.msc text
*.pem text
*.pl text
*.prefs text
*.py text
*.Python text
*.rc text
*.rst text
*.rules text
*.sh text
i*.svg text
Makefile text
*.supp text
*.svg text
*.txt text
*.xml text
*.yml text
*.example text
html5.appcache text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.dsp text eol=crlf
*.vcproj text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.cur binary
*.eot binary
*.gif binary
*.gz binary
*.ico binary
*.jpg binary
*.mp3 binary
*.png binary
*.swf binary
*.ttf binary
*.wav binary