Files
LaDOSE/LaDOSE.Src/LaDOSE.WebApp/.dockerignore
T
2026-08-06 09:58:06 +02:00

22 lines
381 B
Plaintext

# Keep the build context small and free of local state.
node_modules
build
.svelte-kit
.git
.vscode
# Real URLs live here and must never reach the image. .env.example is documentation.
.env
.env.*
!.env.example
# Consumed by `podman build` itself, never copied in.
Dockerfile
.dockerignore
# Local noise
.DS_Store
Thumbs.db
vite.config.js.timestamp-*
vite.config.ts.timestamp-*