# Git .git .gitignore # Documentation README.md *.md .env.example .editorconfig # IDE .DS_Store .vscode .idea # Build artifacts (don't copy into container) tmp/ logs/ *.log # Dependencies (install fresh in container) node_modules/ # Local-only lockfile: a stale one pins old foliate-js commits into builds # (npm reuses name@version without re-resolving the git pin) package-lock.json # Environment .env # Media uploads (bind-mounted at runtime) uploads/