mirror of
https://github.com/sdwolf4103/opencode-working-memory.git
synced 2026-06-02 06:19:36 +02:00
60 lines
689 B
Plaintext
60 lines
689 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Package files
|
|
*.tgz
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# OpenCode plugin runtime
|
|
.opencode/
|
|
.opencode-agenthub/
|
|
.opencode-agenthub.user.json
|
|
|
|
# Superpowers local planning artifacts
|
|
docs/superpowers/plans/
|
|
docs/plans/
|
|
docs/disruptions/
|
|
|
|
# Local dev/admin script inputs
|
|
scripts/dev/run-migration-roots.local.txt
|
|
scripts/dev/dry-run-roots.local.txt
|