Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitattributes
More file actions
Latest commit
127 lines (108 loc) · 2.44 KB
/
Copy path.gitattributes
File metadata and controls
127 lines (108 loc) · 2.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
## https://github.com/gitattributes/gitattributes/blob/master/Common.gitattributes
# Common settings that generally should always be used with your language specific settings
# Auto detect text files and perform LF normalization
*text=auto
#
# The above will handle all files NOT found below
#
# Documents
*.bibtextextdiff=bibtex
*.docdiff=astextplain
*.DOCdiff=astextplain
*.docxdiff=astextplain
*.DOCXdiff=astextplain
*.dotdiff=astextplain
*.DOTdiff=astextplain
*.pdfdiff=astextplain
*.PDFdiff=astextplain
*.rtfdiff=astextplain
*.RTFdiff=astextplain
*.mdtextdiff=markdown
*.mdxtextdiff=markdown
*.textextdiff=tex
*.adoctext
*.textiletext
*.mustachetext
*.csvtexteol=crlf
*.tabtext
*.tsvtext
*.txttext
*.sqltext
*.epubdiff=astextplain
# Graphics
*.pngbinary
*.jpgbinary
*.jpegbinary
*.gifbinary
*.tifbinary
*.tiffbinary
*.icobinary
# SVG treated as text by default.
*.svgtext
# If you want to treat it as binary,
# use the following line instead.
# *.svg binary
*.epsbinary
# Scripts
*.bashtexteol=lf
*.fishtexteol=lf
*.shtexteol=lf
*.zshtexteol=lf
# These are explicitly windows files and should use crlf
*.battexteol=crlf
*.cmdtexteol=crlf
*.ps1texteol=crlf
# Serialisation
*.jsontext
*.tomltext
*.xmltext
*.yamltext
*.ymltext
# Archives
*.7zbinary
*.gzbinary
*.tarbinary
*.tgzbinary
*.zipbinary
# Text files where line endings should be preserved
*.patch-text
#
# Exclude files from exporting
#
.gitattributesexport-ignore
.gitignoreexport-ignore
.gitkeepexport-ignore
## https://github.com/gitattributes/gitattributes/blob/master/C%2B%2B.gitattributes
# Sources
*.ctextdiff=cpp
*.cctextdiff=cpp
*.cxxtextdiff=cpp
*.cpptextdiff=cpp
*.cpitextdiff=cpp
*.c++textdiff=cpp
*.hpptextdiff=cpp
*.htextdiff=cpp
*.h++textdiff=cpp
*.hhtextdiff=cpp
# Compiled Object files
*.slobinary
*.lobinary
*.obinary
*.objbinary
# Precompiled Headers
*.gchbinary
*.pchbinary
# Compiled Dynamic libraries
*.sobinary
*.dylibbinary
*.dllbinary
# Compiled Static libraries
*.laibinary
*.labinary
*.abinary
*.libbinary
# Executables
*.exebinary
*.outbinary
*.appbinary
## Project specific