40 lines
382 B
Plaintext
40 lines
382 B
Plaintext
# Deno
|
|
.deno/
|
|
deno.lock
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
# ts_bundled/ is committed (embedded frontend bundle)
|
|
ts_bundled/bundle.js
|
|
ts_bundled/bundle.js.map
|
|
|
|
# Development
|
|
.nogit/
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Config with secrets
|
|
.env
|
|
.env.local
|
|
|
|
# Playwright
|
|
.playwright-mcp
|
|
|
|
# Lock file
|
|
pnpm-lock.yaml
|