forked from peopleworks/XAFLogicExplainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
29 lines (25 loc) · 737 Bytes
/
Copy path.dockerignore
File metadata and controls
29 lines (25 loc) · 737 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
# The build context is uploaded to the Docker daemon in full, so this file is a boundary, not an
# optimization. `.claude/` in particular holds local machine settings that have no business
# leaving the working tree.
.claude/
.git/
.github/
.dotnet_cli_home/
# Build output. Copying a host bin/obj into the image would mix Windows artifacts into a Linux
# build and defeat layer caching for no gain.
**/bin/
**/obj/
artifacts/
nupkg/
# Nothing the server needs at run time.
docs/
site/
plugins/
tools/
.claude-plugin/
# The fixtures are excluded wholesale except the demo application, which the image ships.
tests/XafLogicExplainer.Tests/Fixtures/XpoSolution/
tests/XafLogicExplainer.Tests/Fixtures/EfCoreSolution/
*.user
*.suo
.vs/