1.修改代码适配阿里云的服务器

This commit is contained in:
whm
2026-03-17 14:27:32 +08:00
parent 826617d737
commit 20e7f3a65d
1777 changed files with 775041 additions and 10 deletions

34
server/vendor/github.com/xdg-go/scram/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,34 @@
# Local Claude code settings
.claude/settings.local.json
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
go.work.sum
# Dependency directories
vendor/
# Build output
bin/
dist/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store