1.修改代码适配阿里云的服务器
This commit is contained in:
34
server/vendor/github.com/xdg-go/scram/.gitignore
generated
vendored
Normal file
34
server/vendor/github.com/xdg-go/scram/.gitignore
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user