# Keep the build context small and reproducible. The Dockerfile builds the # frontend from source (npm install + vite) and the backend from Go sources, so # none of the following belong in the context. .git .gitea .github .vscode .idea # Frontend build artefacts / deps (rebuilt inside the image) frontend/node_modules frontend/dist frontend/.env frontend/.env.local # Backend local dev artefacts backend/archivum backend/*.exe backend/*.test backend/vendor # Local state, databases and example data (never build into the image) **/*.db config.json exempel.data exempel.db docker/data # Docs / misc *.md *.pdf LICENSE repl.txt backend/chunk.txt backend/test_db.go