-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (42 loc) · 1.66 KB
/
.gitattributes
File metadata and controls
44 lines (42 loc) · 1.66 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
####################################################################
# Attributes definitions
####################################################################
[attr]git text diff merge=text
[attr]rawtext text diff merge
[attr]windowsscript text eol=crlf diff merge=text
[attr]nixscript text eol=lf diff merge=text
[attr]json text diff merge=text
[attr]yml text diff merge=text
[attr]solution text eol=crlf diff merge=text
[attr]project text eol=crlf diff merge=text
[attr]xml text diff merge=text
[attr]ruleset text eol=clrf diff merge=text
[attr]markup text diff merge
[attr]csharp text diff=csharp merge
[attr]binary -text -diff -merge
####################################################################
# Default settings for all files
####################################################################
* binary
####################################################################
# File extensions
####################################################################
.gitattributes git
.gitignore git
.editorconfig git
*.sh nixscript
*.cmd windowsscript
*.ps1 windowsscript
*.txt rawtext
*.md markup
*.json json
*.yml yml
*.sln solution
*.csproj project
*.config xml
*.resx xml
*.cs csharp
*.snk binary
*.public binary
*.ruleset ruleset
*.props xml