-
-
Notifications
You must be signed in to change notification settings - Fork 444
Expand file tree
/
Copy path.dockerignore
More file actions
25 lines (25 loc) · 623 Bytes
/
.dockerignore
File metadata and controls
25 lines (25 loc) · 623 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
.git
.vs
docs
publish
samples
src/Magick.Native/libraries
src/Magick.Native/resources
src/Magick.NET/bin
src/Magick.NET/obj
src/Magick.NET.Core/bin
src/Magick.NET.Core/obj
src/Magick.NET.SystemDrawing/bin
src/Magick.NET.SystemDrawing/obj
src/Magick.NET.SystemWindowsMedia/bin
src/Magick.NET.SystemWindowsMedia/obj
TestResults
tests/Magick.NET.Core.Tests/bin
tests/Magick.NET.Core.Tests/obj
tests/Magick.NET.SystemDrawing.Tests/bin
tests/Magick.NET.SystemDrawing.Tests/obj
tests/Magick.NET.SystemWindowsMedia.Tests/bin
tests/Magick.NET.SystemWindowsMedia.Tests/obj
tests/Magick.NET.Tests/bin
tests/Magick.NET.Tests/obj
tools