37 lines
420 B
Plaintext
37 lines
420 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# TypeScript build output
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# VS Code extension packages
|
|
*.vsix
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Test and coverage output
|
|
coverage/
|
|
.nyc_output/
|
|
.vscode-test/
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor local state
|
|
.vscode/settings.json
|
|
.history/
|
|
|
|
# Claude/local workspace files
|
|
.claude/
|