.gitignore 634 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. npm-debug.log*
  12. yarn-debug.log*
  13. yarn-error.log*
  14. pnpm-debug.log*
  15. # Backend - Go Build Artifacts
  16. *.exe
  17. *.exe~
  18. *.dll
  19. *.so
  20. *.dylib
  21. *.test
  22. *.out
  23. # Specific Backend Artifacts
  24. shudao-go-backend/shudao-go-backend
  25. shudao-go-backend/shudao-go-backend.tar.gz
  26. shudao-go-backend/shudao-chat-go
  27. shudao-go-backend/shudao-chat-go.tar.gz
  28. # Backend Copied Assets (from frontend build)
  29. shudao-go-backend/assets/
  30. shudao-go-backend/views/index.html
  31. #config file
  32. shudao-go-backend/conf
  33. #IDE file
  34. .kiro
  35. .cursor
  36. .vscode
  37. .trae
  38. .qoder
  39. .claude
  40. .code
  41. .augment
  42. .roo