Files
tonemark/.dockerignore
T

27 lines
413 B
Plaintext

node_modules
npm-debug.log*
.git
.gitea
# Build outputs (rebuilt fresh in the builder stage; stale copies would shadow it)
.svelte-kit
build
*.tsbuildinfo
# Docs / editor / misc — not needed in the image
docs
*.md
.vscode
.DS_Store
# Env files — never bake secrets into the image; compose supplies env at runtime
.env
.env.*
!.env.example
# Container tooling itself
Dockerfile
compose.yaml
.dockerignore