Watch
1
0
Fork
You've already forked pkg-proxy
1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-09-15 23:32:04 -04:00
pkg-proxy/.gitignore
Andrew Nesbitt f43aa9d13e
Make built-in upstream URLs configurable (#255)
Every built-in ecosystem upstream can now be set via the upstream
config block or PROXY_UPSTREAM_* env vars, with allow_private_hosts
and allow_loopback controlling access to non-public addresses.
2026-08-29 11:19:54 +01:00

46 lines
528 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
# Go vendor directory (repo root only; embedded UI vendor dirs are tracked)
/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