67 lines
825 B
Plaintext
67 lines
825 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-electron/
|
|
installers/
|
|
packages/web/dist/
|
|
packages/server/dist/
|
|
packages/shared/dist/
|
|
packages/desktop/dist/
|
|
packages/desktop/dist-electron/
|
|
|
|
# Data
|
|
data/
|
|
*.db
|
|
*.db-journal
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Generated deployment config (contains secrets)
|
|
livekit.yaml
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
# tsc emit artifacts — Vite handles compilation, tsc is type-check only
|
|
packages/web/src/**/*.js
|
|
|
|
# Misc
|
|
.cache/
|
|
tmp/
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Superpowers brainstorm artifacts
|
|
.superpowers/
|
|
|
|
# Local files
|
|
Gemini Starter.rtf
|
|
|
|
# Test harness scratch directories
|
|
tests/.tmp/
|
|
tests/reports/*
|
|
!tests/reports/.gitkeep
|