.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
  2. # Compiled output
  3. /dist
  4. /tmp
  5. /out-tsc
  6. /bazel-out
  7. # Node
  8. /node_modules
  9. node_modules_artifact
  10. node_modules_artifact/**
  11. npm-debug.log
  12. yarn-error.log
  13. *.log
  14. *.err.log
  15. output/
  16. /outputs/
  17. .playwright-cli/
  18. # IDEs and editors
  19. .idea/
  20. .project
  21. .classpath
  22. .c9/
  23. *.launch
  24. .settings/
  25. *.sublime-workspace
  26. # Visual Studio Code
  27. .vscode/*
  28. !.vscode/settings.json
  29. !.vscode/tasks.json
  30. !.vscode/launch.json
  31. !.vscode/extensions.json
  32. .history/*
  33. # Miscellaneous
  34. /.angular/cache
  35. .sass-cache/
  36. /connect.lock
  37. /coverage
  38. /libpeerconnection.log
  39. testem.log
  40. /typings
  41. # System files
  42. .DS_Store
  43. Thumbs.db
  44. *.ovpn
  45. /docs/provider-archives
  46. /exports
  47. /uploads
  48. # Local agent / machine-specific (not for VCS)
  49. .claude/
  50. .mcp.json
  51. _relcheck.ps1
  52. # 原始喂养资料(大文件 + 业务敏感,不进 VCS)
  53. /docs/20260813 - AI提号规则及喂养资料/
  54. # 本地临时调试目录
  55. /_devin_tmp/
  56. # 临时发布脚本(含本机 token,不进 VCS)
  57. /_pub_*.bat
  58. /_pub_*.ps1