98 lines
1.1 KiB
Plaintext
98 lines
1.1 KiB
Plaintext
# ============================================
|
|
# OpenQode v1.01 - Git Ignore
|
|
# ============================================
|
|
|
|
# === SENSITIVE DATA ===
|
|
*.key
|
|
*.pem
|
|
auth.json
|
|
credentials.json
|
|
.env
|
|
.env.*
|
|
config.json
|
|
secrets.json
|
|
tokens.json
|
|
sessions.json
|
|
.qwen-tokens.json
|
|
config.cjs
|
|
config.mjs
|
|
|
|
# === SESSION DATA ===
|
|
session-*.md
|
|
*session*.md
|
|
session_logs/
|
|
chat_logs/
|
|
.opencode/session_log.md
|
|
.opencode/recent_projects.json
|
|
|
|
# === LOGS ===
|
|
*.log
|
|
logs/
|
|
|
|
# === TEMP FILES ===
|
|
*.bak
|
|
*.old
|
|
*.tmp
|
|
*.backup
|
|
*.enhanced_backup
|
|
temp/
|
|
tmp/
|
|
|
|
# === BUILD OUTPUTS ===
|
|
dist/
|
|
build/
|
|
out/
|
|
*.tgz
|
|
*.tar.gz
|
|
|
|
# === NODE.JS ===
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.npm
|
|
.eslintcache
|
|
|
|
# === BINARIES ===
|
|
*.exe
|
|
bin/opencode.exe
|
|
|
|
# === ELECTRON ===
|
|
bin/goose-ultra-final/dist/
|
|
bin/goose-ultra-final/projects/
|
|
bin/goose-ultra-final/.vite/
|
|
|
|
# === CACHE ===
|
|
.cache/
|
|
.parcel-cache/
|
|
.next/
|
|
.nuxt/
|
|
.rpt2_cache/
|
|
|
|
# === COVERAGE ===
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output/
|
|
|
|
# === OS FILES ===
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# === IDE ===
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# === MISCELLANEOUS ===
|
|
.vercel/
|
|
.opencode/
|
|
*.ps1xml
|
|
*.lnk
|