opencode.json 280 B

123456789101112131415161718
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "watcher": {
  4. "ignore": [
  5. "node_modules",
  6. "docs",
  7. "ppt-output",
  8. ".git",
  9. ".m2",
  10. ".codegraph",
  11. ".omo",
  12. "__pycache__",
  13. "target",
  14. "dist"
  15. ]
  16. },
  17. "snapshot": false
  18. }