-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.gitattributes
More file actions
78 lines (69 loc) · 2.79 KB
/
.gitattributes
File metadata and controls
78 lines (69 loc) · 2.79 KB
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
###############################################################################
# Set default behavior to:
# automatically normalize line endings on check-in
###############################################################################
* text=auto
###############################################################################
# Set default behavior to:
# collapse these files in PRs
###############################################################################
*.xlf linguist-generated=true
###############################################################################
# Set default behavior to:
# don't collapse these files in PRs
###############################################################################
**/build/** linguist-generated=false
###############################################################################
# Set file behavior to:
# treat as text
###############################################################################
*.cmd text
*.config text
*.cs text diff=csharp
*.csproj text
*.groovy text
*.json text
*.md text
*.proj text
*.projitems text
*.props text
*.ps1 text
*.resx text
*.shproj text
*.sln text
*.targets text
*.txt text
*.xlf text
*.xml text
###############################################################################
# Set file behavior to:
# treat as text
# normalize to Windows-style line endings on check-in
###############################################################################
*.sln text eol=crlf
###############################################################################
# Set file behavior to:
# treat as text
# normalize to Unix-style line endings on check-in
###############################################################################
*.sh text eol=lf
###############################################################################
# Set file behavior to:
# treat as binary
###############################################################################
*.snk binary
*.jpg binary
*.png binary
*.gif binary
# VerifyTests
*.verified.txt text eol=lf working-tree-encoding=UTF-8
*.verified.xml text eol=lf working-tree-encoding=UTF-8
*.verified.json text eol=lf working-tree-encoding=UTF-8
*.verified.sh text eol=lf working-tree-encoding=UTF-8
*.verified.zsh text eol=lf working-tree-encoding=UTF-8
*.verified.nu text eol=lf working-tree-encoding=UTF-8
*.verified.fish text eol=lf working-tree-encoding=UTF-8
###############################################################################
# Ensure files are included in git archive
###############################################################################
/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitattributes/.gitattributes -export-ignore