.gitignore 672 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. # Backend Copied Assets (from frontend build)
  31. shudao-go-backend/assets/
  32. shudao-go-backend/views/index.html
  33. #IDE file
  34. .kiro
  35. .cursor
  36. .vscode
  37. .trae
  38. .qoder
  39. .claude
  40. .code
  41. .augment
  42. .roo