duidui_fiber/.gitignore
2026-03-27 10:34:03 +08:00

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/