-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (22 loc) · 864 Bytes
/
.gitattributes
File metadata and controls
24 lines (22 loc) · 864 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
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
*.cs text diff=csharp
*.cd text merge=binary
*.sln text merge=binary
*.csproj text merge=binary
*.md text diff=markdown
*.yaml text
*.yml text
*.json text
###############################################################################
# Exclude files from export
###############################################################################
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
*.yaml export-ignore
/README.md export-ignore
/LICENSE export-ignore
/.github export-ignore