42 lines
507 B
Plaintext
42 lines
507 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Environment and local secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Runtime data
|
|
.data/
|
|
.wallmuse-data/
|
|
reports/
|
|
*.log
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
.next/
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# TypeScript incremental build info
|
|
*.tsbuildinfo
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Generated TypeScript output in source folders
|
|
packages/**/src/**/*.js
|
|
packages/**/src/**/*.d.ts
|
|
apps/**/src/**/*.js
|
|
apps/**/src/**/*.d.ts
|