# deps node_modules/ .pnpm-store/ # build outputs dist/ .next/ .turbo/ *.tsbuildinfo # serwist emits these into apps/web/public/ on every production build. # Icons (icon-*.png, apple-touch-icon.png) ARE committed; the generated # service-worker bundle is regenerated by the build itself. apps/web/public/sw.js apps/web/public/swe-worker-*.js # env files: per project decision, .env.development and .env.production # ARE committed to this private Gitea. Only ignore example overrides: .env.local .env.*.local # logs *.log npm-debug.log* pnpm-debug.log* # editor .vscode/ .idea/ *.swp .DS_Store # runtime data (mounted volumes from compose) dev-data/ data/ # test coverage coverage/ .vitest-cache/ session