68 lines
723 B
Plaintext
68 lines
723 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
bun.lock
|
|
|
|
# Testing
|
|
coverage/
|
|
*.test.ts
|
|
*.spec.ts
|
|
|
|
# Production
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.production
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.sublime-*
|
|
|
|
# OS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# QwenClaw runtime data (NOT source code)
|
|
.qwen/qwenclaw/logs/
|
|
.qwen/qwenclaw/state.json
|
|
.qwen/qwenclaw/daemon.pid
|
|
.qwen/qwenclaw/session.json
|
|
.qwen/qwenclaw/inbox/
|
|
.qwen/qwenclaw/autostart.log
|
|
|
|
# Qwen Code settings (user-specific)
|
|
.qwen/settings.json
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|