Files
gosentry/.gitignore
T
mixeme e87840e95b build: persist Go build cache across Docker release builds
Mount .gocache/ from the host into the builder container so --rm
container removal no longer wipes GOCACHE between runs.
2026-07-26 13:58:26 +03:00

26 lines
601 B
Plaintext

# Build outputs
dist/
# Persistent Go build cache for Docker-based release builds.
.gocache/
# Generated Windows resource compiled from packaging/windows/gosentry.rc.
cmd/gosentry/*.syso
# Local binaries that may be produced by ad-hoc go build commands.
*.exe
*.test
# Runtime files created next to the executable during local runs.
gosentry.json
jobs.json
logs/
# Go workspace/cache files that should stay local if a developer creates them.
go.work
go.work.sum
# GoodSync metadata. This is intentionally kept because the directory is local
# to the user's file synchronization setup.
_gsdata_/