23 lines
529 B
Plaintext
23 lines
529 B
Plaintext
# Build outputs
|
|
dist/
|
|
|
|
# Generated Windows resource compiled from packaging/windows/pysentry.rc.
|
|
cmd/pysentry/*.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.
|
|
pysentry.yaml
|
|
jobs.yaml
|
|
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_/
|