forked from EventStore/replicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
52 lines (48 loc) · 897 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
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.pdf binary
*.sch binary
*.isch binary
*.ist binary
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.cs text
*.config text
*.xml text
*.manifest text
*.bat text
*.cmd text
*.sh text
*.txt text
*.dat text
*.rc text
*.ps1 text
*.psm1 text
*.js text
*.css text
*.html text
*.sln text
*.DotSettings text
*.csproj text
*.ncrunchproject text
*.fs text
*.fsproj text
*.liquid text
*.boo text
*.pp text
*.targets text
*.markdown text
*.md text
*.bat text
*.xslt text
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.ico binary
*.gif binary
*.png binary
*.jpg binary
*.dll binary
*.exe binary
*.pdb binary