forked from mirrors/pkg-proxy
46 lines
No EOL
474 B
Text
46 lines
No EOL
474 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
proxy
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage.html
|
|
coverage.txt
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Build and dist directories
|
|
dist/
|
|
build/
|
|
|
|
# Cache directories
|
|
cache/*
|
|
*.db
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# Debug files
|
|
__debug_bin
|
|
debug |