.gitignore 808 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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
  46. shudao-main/docs/
  47. shudao-main/shudao-vue-frontend/.playwright-cli/