Files
opencode-working-memory/.gitignore
T
Ralph Chang 9892012d8b chore: prepare for v1.2.0 release
- Bump version to 1.2.0
- Add package.json exports and files whitelist
- Update .gitignore to exclude .opencode/ and .opencode-agenthub/
- Fix docs: active files tracked in tool.execute.after (not before)
- Fix docs: exitCode undefined is ignored (not success)
- Fix docs: session ID is hashed in storage path
- Fix docs: workspace memory survives within same workspace
2026-04-26 14:17:54 +08:00

51 lines
484 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