33 lines
281 B
Plaintext
33 lines
281 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
.pnpm-workspace-state-v1.json
|
|
|
|
# Build output
|
|
lib/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# DSH / runtime
|
|
.dsh/
|
|
*.tmp
|
|
.agents/
|