Files
DriverVault/API Server/.dockerignore
T
2026-07-06 08:50:52 +02:00

17 lines
342 B
Plaintext

# Keep the build context small and avoid leaking local artifacts/secrets.
.env
*.log
bin/
tmp/
# Panel source & tooling — the built output in internal/api/dist is committed
# and embedded at compile time, so the source tree is not needed in the image.
panel/node_modules/
panel/dist/
# VCS / editor noise
.git/
.gitignore
.vscode/
.idea/