pkg-proxy/.gitignore
2026-02-03 22:40:26 +00:00

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