forked from tunnelvisionlabs/JavaForVS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
48 lines (40 loc) · 685 Bytes
/
.gitattributes
File metadata and controls
48 lines (40 loc) · 685 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
# Set the default behavior (used when a rule below doesn't match)
* text=auto
# Text files
*.md text
*.rtf text
*.txt text
LICENSE text
# C# projects and source files
*.cs text
*.csproj text
*.resx text
*.settings text
*.xaml text
# C++ projects and source files
*.cpp text
*.filters text
*.h text
*.def text
*.vcxproj text
# Java projects and source files
*.javaproj text
*.java text
# Other source files
*.g3 text
*.g4 text
*.config text
*.datasource text
*.nuspec text
*.vsixmanifest text
*.vstemplate text
*.xsd text
*.svcinfo text
*.svcmap text
*.wsdl text
# Solutions
*.sln text
*.targets text
*.props text
# MS office and other "productivity" binary files
*.xlsx binary