FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ImageSharp/.gitattributes at main · SixLabors/ImageSharp · GitHub
SixLabors
/
ImageSharp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
900
Star
8k
Code
Issues
15
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
16
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ImageSharp
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
153 lines (153 loc) · 7.02 KB
Breadcrumbs
ImageSharp
/
.gitattributes
Copy path
File metadata and controls
153 lines (153 loc) · 7.02 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
#
##############################################################################
#
Set default behavior to:
#
treat as text and
#
normalize to Unix-style line endings
#
##############################################################################
*
text
eol
=
lf
#
##############################################################################
#
Set explicit file behavior to:
#
treat as text and
#
normalize to Unix-style line endings
#
##############################################################################
*
.asm
text
eol
=
lf
*
.c
text
eol
=
lf
*
.clj
text
eol
=
lf
*
.cmd
text
eol
=
lf
*
.cpp
text
eol
=
lf
*
.css
text
eol
=
lf
*
.cxx
text
eol
=
lf
*
.config
text
eol
=
lf
*
.DotSettings
text
eol
=
lf
*
.erl
text
eol
=
lf
*
.fs
text
eol
=
lf
*
.fsx
text
eol
=
lf
*
.h
text
eol
=
lf
*
.htm
text
eol
=
lf
*
.html
text
eol
=
lf
*
.hs
text
eol
=
lf
*
.hxx
text
eol
=
lf
*
.java
text
eol
=
lf
*
.js
text
eol
=
lf
*
.json
text
eol
=
lf
*
.less
text
eol
=
lf
*
.lisp
text
eol
=
lf
*
.lua
text
eol
=
lf
*
.m
text
eol
=
lf
*
.md
text
eol
=
lf
*
.php
text
eol
=
lf
*
.props
text
eol
=
lf
*
.ps1
text
eol
=
lf
*
.py
text
eol
=
lf
*
.rb
text
eol
=
lf
*
.resx
text
eol
=
lf
*
.runsettings
text
eol
=
lf
*
.ruleset
text
eol
=
lf
*
.sass
text
eol
=
lf
*
.scss
text
eol
=
lf
*
.sh
text
eol
=
lf
*
.sql
text
eol
=
lf
*
.svg
text
eol
=
lf
*
.targets
text
eol
=
lf
*
.tt
text
eol
=
crlf
*
.ttinclude
text
eol
=
crlf
*
.txt
text
eol
=
lf
*
.vb
text
eol
=
lf
*
.yml
text
eol
=
lf
#
##############################################################################
#
Set explicit file behavior to:
#
treat as text
#
normalize to Unix-style line endings and
#
diff as csharp
#
##############################################################################
*
.cs
text
eol
=
lf
diff
=
csharp
#
##############################################################################
#
Set explicit file behavior to:
#
treat as text
#
normalize to Unix-style line endings and
#
use a union merge when resolving conflicts
#
##############################################################################
*
.csproj
text
eol
=
lf
merge
=
union
*
.dbproj
text
eol
=
lf
merge
=
union
*
.fsproj
text
eol
=
lf
merge
=
union
*
.ncrunchproject
text
eol
=
lf
merge
=
union
*
.vbproj
text
eol
=
lf
merge
=
union
*
.shproj
text
eol
=
lf
merge
=
union
#
##############################################################################
#
Set explicit file behavior to:
#
treat as text
#
normalize to Windows-style line endings and
#
use a union merge when resolving conflicts
#
##############################################################################
*
.sln
text
eol
=
crlf
merge
=
union
#
##############################################################################
#
Set explicit file behavior to:
#
treat as binary
#
##############################################################################
*
.basis
binary
*
.a
binary
*
.dll
binary
*
.dylib
binary
*
.exe
binary
*
.pdf
binary
*
.ppt
binary
*
.pptx
binary
*
.pvr
binary
*
.so
binary
*
.snk
binary
*
.xls
binary
*
.xlsx
binary
#
##############################################################################
#
Set explicit file behavior to:
#
diff as plain text
#
##############################################################################
*
.doc
diff
=
astextplain
*
.docx
diff
=
astextplain
*
.dot
diff
=
astextplain
*
.pdf
diff
=
astextplain
*
.pptx
diff
=
astextplain
*
.rtf
diff
=
astextplain
*
.svg
diff
=
astextplain
#
##############################################################################
#
Handle image files by git lfs
#
##############################################################################
*
.pdf
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.jpg
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.jpeg
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.bmp
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.gif
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.png
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.qoi
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.tif
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.tiff
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.tga
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.webp
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.dds
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.ktx
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.ktx2
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.astc
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.pam
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.pbm
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.pgm
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.ppm
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.pnm
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.wbmp
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.exr
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.ico
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.cur
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.ani
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.heic
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.hif
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.avif
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
#
##############################################################################
#
Handle ICC files by git lfs
#
##############################################################################
*
.icc
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
#
##############################################################################
#
Handle font files by git lfs
#
##############################################################################
*
.eot
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.otf
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.ttc
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.ttf
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.woff
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
*
.woff2
filter
=
lfs
diff
=
lfs
merge
=
lfs
-
text
Back
|
FazBrowse Home
|
New Git URL