.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # ===== 构建产物 =====
  2. target/
  3. dist/
  4. out/
  5. *.jar
  6. *.class
  7. # ===== 依赖 =====
  8. node_modules/
  9. # ===== IDE =====
  10. .idea/
  11. *.iml
  12. .vscode/
  13. *.swp
  14. *.swo
  15. # ===== 系统文件 =====
  16. .DS_Store
  17. Thumbs.db
  18. desktop.ini
  19. nul
  20. # ===== 环境与密钥 =====
  21. backend/src/main/resources/application.yml
  22. !.gitignore
  23. .env
  24. .env.*
  25. !.env.example
  26. # ===== 日志 =====
  27. logs/
  28. *.log
  29. # ===== H2 数据库文件 =====
  30. backend/data/
  31. # ===== 前端构建产物(已嵌入后端 static)=====
  32. frontend/dist/
  33. backend/src/main/resources/static/
  34. # ===== 调试/临时文件 =====
  35. *.tmp
  36. *.bak
  37. chat-history-*.jsonl
  38. test-*.json
  39. temp/
  40. uploads/
  41. hermes-agent/
  42. __pycache__/
  43. list_agent_procs.ps1
  44. # ===== 调试截图 =====
  45. condition-elif-test.png
  46. condition-node-test.png
  47. edge-bezier-test.png
  48. edge-selected-highlight.png
  49. edge-test-created.png
  50. edge-test.png
  51. frontend-chunks.png
  52. frontend-documents.png
  53. frontend-history.png
  54. frontend-management.png
  55. kb_chunk_full.png
  56. kb_chunks.png
  57. kb_documents.png
  58. model-dropdown-open.png
  59. model-management.png
  60. model-selected.png
  61. output-node-test.png
  62. output-node-test2.png
  63. page-check.png
  64. page-ws-check.png
  65. sse-after-refresh.png
  66. sse-first-load.png
  67. test_doc.txt
  68. test_overlap.txt
  69. test_split_diff.txt
  70. test_split_diff2.txt
  71. test_split_result.txt
  72. test_semantic_long.py
  73. workflow-editor-after-drag.png
  74. workflow-editor-node-selected.png
  75. workflow-editor.png
  76. workflow-list.png
  77. *.debug.png
  78. *.debug.jpg
  79. *.screenshot.png
  80. # ===== 第三方参考项目 =====
  81. skills-manage/
  82. beekeeper-studio/
  83. SuperMew/
  84. # ===== 需求迭代记录 =====
  85. # prompt.md
  86. # ===== 内部开发配置 =====
  87. GENERATED_COMMIT_LOG.md
  88. .claude/
  89. .spec-workflow/
  90. .playwright-mcp/
  91. .codeartsdoer/
  92. .zcf/
  93. # ===== MCP/调试产物 =====
  94. .mcp-debug/
  95. trace-*.json
  96. har-*.json
  97. debug-*.log