| 12345678910111213141516171819202122232425262728293031323334353637 |
- # General
- .DS_Store
- Thumbs.db
- .idea/
- .vscode/
- *.log
- nohup.out
- # Frontend
- node_modules/
- dist/
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- pnpm-debug.log*
- # Backend - Go Build Artifacts
- *.exe
- *.exe~
- *.dll
- *.so
- *.dylib
- *.test
- *.out
- # Specific Backend Artifacts
- shudao-go-backend/shudao-go-backend
- shudao-go-backend/shudao-go-backend.tar.gz
- shudao-go-backend/shudao-chat-go
- shudao-go-backend/shudao-chat-go.tar.gz
- # Backend Copied Assets (from frontend build)
- shudao-go-backend/assets/
- shudao-go-backend/views/index.html
- # Backend Configuration (contains sensitive data)
- shudao-go-backend/conf/app.conf
|