Initial commit: QwenClaw persistent daemon for Qwen Code
This commit is contained in:
67
.gitignore
vendored
Normal file
67
.gitignore
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user