Files
loongyan/.dockerignore
2026-03-21 22:05:24 +08:00

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