You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

54 line
600 B

  1. .idea
  2. .vscode
  3. .zed
  4. upload
  5. *.exe
  6. *.db
  7. build
  8. *.db-journal
  9. logs
  10. web/dist
  11. .env
  12. one-api
  13. new-api
  14. /__debug_bin*
  15. .DS_Store
  16. tiktoken_cache
  17. .eslintcache
  18. .gocache
  19. .gomodcache/
  20. .cache
  21. web/bun.lock
  22. plans
  23. docs/plans/
  24. CLAUDE.md
  25. .claude
  26. .agents/
  27. .worktrees/
  28. logs/
  29. docs/superpowers
  30. /tmp/
  31. # Runtime request/response capture files
  32. /[0-9]*.json
  33. # Local dev server logs
  34. web/vite-*.log
  35. # E2E / Playwright artifacts
  36. test-artifacts/
  37. web/.playwright/
  38. web/playwright-report/
  39. web/test-results/
  40. web/e2e/.auth/
  41. electron/node_modules
  42. electron/dist
  43. data/
  44. .gomodcache/
  45. .gocache-temp
  46. .gopath
  47. # 测试脚本目录
  48. test-scripts/