Files
vega/.gitignore
T
Jure 23ef37da11 build: migrate manualChunks to function form for Vite 8 / Rolldown
Vite 8 switches the bundler to Rolldown, which no longer accepts the
object form of rollupOptions.output.manualChunks — it must be a function.
Convert it (same ndk/vendor split intent) and give tsconfig.node.json a
modern target/lib so vite.config.ts type-checks against String.includes.
2026-06-15 21:15:11 +02:00

54 lines
723 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Playwright output
.playwright-mcp/
# Build artifacts / test screenshots
squashfs-root/
phase-4-tests/
screenshots/
*.png
!src-tauri/icons/*.png
# Memory test output (produced by scripts/memory-test.sh)
memory-test-*.tsv
# Private docs (drafts, specs, research, grant applications)
private_docs/
test/accounts.json
# AI agent / editor state
.agents/
.claude/
.omc/
.pi/
.windsurf/
.impeccable.md
skills-lock.json
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript incremental build info
*.tsbuildinfo