45 lines
446 B
Plaintext
45 lines
446 B
Plaintext
# 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
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build artifacts
|
|
dd_fiber_api
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# Config files with secrets
|
|
config.local.yaml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 部署相关
|
|
deploy/*.tar
|
|
deploy/config.yaml
|
|
deploy/storage/
|
|
bin/
|
|
|