forked from microsoft/bond
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
45 lines (38 loc) · 735 Bytes
/
Copy path.gitattributes
File metadata and controls
45 lines (38 loc) · 735 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
# Have Git automatically detect text files and normalize them.
* text=auto
# Explicit listing for files we know to be text
.bond text
.cabal text
.cmake text
.config text
.cpp text
.cs text
.csproj text
.css text
.doxygen text
.expressions text
.filters text
.gitattributes text
.gitignore text
.gitmodules text
.h text
.hs text
.html text
.json text
.md text
.nuspec text
.props text
.py text
.targets text
.tmLanguage text
.txt text
.vcxproj text
.xml text
.yml text
LICENSE text
# Some Windows-specific files should always be CRLF
*.DotSettings eol=crlf
*.sln eol=crlf
# These are binary file types.
*.dat binary
*.snk binary