Files
LaDOSE/LaDOSE.Src/.dockerignore
T
darkstack c9a3c252e1
Build App / Build (push) Failing after 2m0s
Docker compose / Fix build ?
2026-08-06 11:00:55 +02:00

23 lines
649 B
Plaintext

# Context for LaDOSE.Src/Dockerfile.
#
# The previous patterns here were */*/bin* and */*/obj*, which matched nothing: this
# context is rooted at LaDOSE.Src, so build output sits one level down (LaDOSE.Api/bin),
# not two.
**/bin/
**/obj/
# The frontend is a separate image with its own context (LaDOSE.WebApp/Dockerfile).
# Its node_modules alone was adding ~118 MB to every API build.
LaDOSE.WebApp/node_modules/
LaDOSE.WebApp/build/
LaDOSE.WebApp/.svelte-kit/
# Local state and editor noise. Note Libraries/ is NOT excluded: LaDOSE.Business
# references ChallongeCSharpDriver.dll from there by HintPath.
.git
.vs/
.vscode/
.idea/
*.user
*.suo