.gitignore 740 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # General
  2. .DS_Store
  3. Thumbs.db
  4. .idea/
  5. .vscode/
  6. *.log
  7. nohup.out
  8. # Frontend
  9. node_modules/
  10. dist/
  11. .vite/
  12. npm-debug.log*
  13. yarn-debug.log*
  14. yarn-error.log*
  15. pnpm-debug.log*
  16. # Backend Configuration (contains sensitive data)
  17. shudao-go-backend/conf/
  18. # Backend - Go Build Artifacts
  19. *.exe
  20. *.exe~
  21. *.dll
  22. *.so
  23. *.dylib
  24. *.out
  25. # Specific Backend Artifacts
  26. shudao-go-backend/shudao-go-backend
  27. shudao-go-backend/shudao-go-backend.tar.gz
  28. shudao-go-backend/shudao-chat-go
  29. shudao-go-backend/shudao-chat-go.tar.gz
  30. shudao-go-backend/run.bat
  31. shudao-vue-frontend/run.bat
  32. # Backend Copied Assets (from frontend build)
  33. shudao-go-backend/assets/
  34. shudao-go-backend/views/index.html
  35. #IDE file
  36. .kiro
  37. .cursor
  38. .vscode
  39. .trae
  40. .qoder
  41. .claude
  42. .code
  43. .augment
  44. .roo
  45. .npm-cache