forked from MSRCCS/Prajna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
59 lines (55 loc) · 1.1 KB
/
.gitattributes
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
# Text files that should be normalized to LF
*.cs text diff=csharp
*.fs text diff=csharp
*.fsi text diff=csharp
*.fsx text diff=csharp
*.cpp text diff=cpp
*.h text diff=cpp
*.hpp text diff=cpp
*.md text
*.sh text
*.ps1 text
*.cmd text
*.bat text
*.markdown text
*.msbuild text
*.config text
*.html text
*.cshtml text
*.xml text
*.yml text
*.json text
*.txt text
*.css text
*.rc text
paket.* text
*.paket.* text
.gitattributes text
.gitignore text
## vs files
*.sln text merge=union
*.csproj text merge=union
*.vbproj text merge=union
*.fsproj text merge=union
*.dbproj text merge=union
*.vcxproj text merge=union
# binary files
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.pfx binary
*.snk binary
*.dll binary
*.exe binary
*.lib binary
*.exp binary
*.pdb binary
*.sdf binary
*.7z binary
*.pdf binary
*.doc binary
*.docx binary
*.docm binary
# Catch all for anything we forgot. Add rules if you get CRLF -> LF warnings.
* text=auto