Watch
1
0
Fork
You've already forked pkg-proxy
1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-08-23 12:24:57 -04:00
pkg-proxy/.gitignore
Andrew Nesbitt 116f763bd8 Add Helm chart
2026-08-13 10:36:34 +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