Forge
3407750f
1# Keep docker build context lean — Dockerfile COPY list is the allowlist.
2**/.git
3**/.vs
4**/bin/
5**/obj/
6**/.env
7**/node_modules/
8*.user
9*.suo
10
11# Not copied by Dockerfile; would bloat context (~600+ MB with artifacts)
12tests/
13mcp/
14cli/
15design/
16docs/
17templates/
18scripts/
19publish-mcp/
20plugins/
21
22# Root clutter
23README.md
24LICENSE
25.gitignore
26.env.example
27AgentForge.slnx
28dotnet-tools.json
29
View only · write via MCP/CIDE