17 lines
220 B
Plaintext
17 lines
220 B
Plaintext
.dockerignore
|
|
Dockerfile
|
|
build/
|
|
.dart_tool/
|
|
.git/
|
|
.github/
|
|
.gitignore
|
|
.idea/
|
|
.packages
|
|
|
|
# Frontend build artifacts (we build in Docker)
|
|
web/.svelte-kit/
|
|
web/node_modules/
|
|
|
|
# Data and cache (mounted at runtime)
|
|
data
|
|
cache |