-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
60 lines (52 loc) · 928 Bytes
/
.gitattributes
File metadata and controls
60 lines (52 loc) · 928 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
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
# Auto detect text files and perform LF normalization
* text=auto
# Source code
*.cs text diff=csharp
*.csx text diff=csharp
*.vb text
*.vbx text
*.xaml text
*.xml text
*.json text
*.yml text
*.yaml text
# Scripts
*.sh text eol=lf
*.ps1 text eol=crlf
*.cmd text eol=crlf
*.bat text eol=crlf
# Documentation
*.md text diff=markdown
*.txt text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.sql text
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg text
# Archives
*.7z binary
*.gz binary
*.tar binary
*.zip binary
# Executables
*.exe binary
*.dll binary
*.so binary
*.dylib binary
# NuGet
*.nupkg binary
# MSBuild
*.csproj text merge=union
*.vbproj text merge=union
*.fsproj text merge=union
*.dbproj text merge=union
*.sln text merge=union eol=crlf