Files
oh-my-opencode/.gitignore
T
YeonGyu-Kim cd88e3567d chore(gitignore): ignore session/debugging artifacts and tool caches
Add patterns for runtime residue that should never be committed:
- .dori/ - dori-sync sibling cache
- .playwright-mcp/ - Playwright MCP browser cache
- .debug-journal*.md - debugging skill workspace journals
- session-ses_*.md - exported session dumps
2026-05-07 11:23:49 +09:00

46 lines
573 B
Plaintext

# Dependencies
.sisyphus/
node_modules/
# Build output
dist/
# Platform binaries (built, not committed)
packages/*/bin/oh-my-opencode
packages/*/bin/oh-my-opencode.exe
packages/*/bin/*.map
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Lock files (use bun.lockb instead)
package-lock.json
yarn.lock
# Environment
.env
.env.local
test-injection/
notepad.md
oauth-success.html
*.bun-build
.omx/
.dori-sync/
.dori/
.playwright-mcp/
# Debugging / session artifacts (skill workspace residue)
.debug-journal*.md
session-ses_*.md