64 lines
812 B
Plaintext
64 lines
812 B
Plaintext
# dependencies (yarn install)
|
|
node_modules
|
|
**/node_modules
|
|
package-lock.json
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# output
|
|
out
|
|
dist
|
|
*.tgz
|
|
|
|
# code coverage
|
|
coverage
|
|
*.lcov
|
|
|
|
# logs
|
|
/logs/
|
|
*.log
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# caches
|
|
.eslintcache
|
|
.cache
|
|
*.tsbuildinfo
|
|
|
|
# IntelliJ based IDEs
|
|
.idea
|
|
|
|
# Finder (MacOS) folder config
|
|
.DS_Store
|
|
|
|
e2b.local.toml
|
|
e2b.*.local.toml
|
|
|
|
**/.react-router
|
|
apps/mobile/caches/*
|
|
|
|
# anything
|
|
.anything
|
|
|
|
# local MCP server config (Plane) — keep out of the repo
|
|
.mcp.json
|
|
|
|
# personal project-local Claude instructions (Plane tracking pointers)
|
|
CLAUDE.local.md
|
|
|
|
# playwright
|
|
playwright-report
|
|
test-results
|
|
|