22 lines
381 B
Plaintext
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-*
|