.gitignore 590 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. *.out
  22. # Specific Backend Artifacts
  23. shudao-go-backend/shudao-go-backend
  24. shudao-go-backend/shudao-go-backend.tar.gz
  25. shudao-go-backend/shudao-chat-go
  26. shudao-go-backend/shudao-chat-go.tar.gz
  27. # Backend Copied Assets (from frontend build)
  28. shudao-go-backend/assets/
  29. shudao-go-backend/views/index.html
  30. #IDE file
  31. .kiro
  32. .cursor
  33. .vscode
  34. .trae
  35. .qoder
  36. .claude
  37. .code
  38. .augment
  39. .roo