forked from XRM-OSS/XrmToolBox.CloneFieldDefinitions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
33 lines (32 loc) · 693 Bytes
/
.gitattributes
File metadata and controls
33 lines (32 loc) · 693 Bytes
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
# These files are text and should be normalized (convert crlf => lf)
*.cmd text
*.config text
*.Config text
*.cs text diff=csharp
*.csproj text
*.datasource text
*.disco text
*.edmx text
*.map text
*.md text
*.msbuild text
*.ps1 text
*.settings text
*.sln text
*.svcinfo text
*.svcmap text
*.t4properties text
*.tt text
*.txt text
*.vspscc text
*.wsdl text
*.xaml text
*.xsd text
# Images should be treated as binary
# (binary is a macro for -text -diff)
*.ico binary
*.jepg binary
*.jpg binary
*.sdf binary
*.pdf binary
*.png binary