8e67177c85
Drop pysentry.yaml references; add gosentry.json and jobs.json. Keep *.yaml wildcard to ignore legacy files during import window. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
24 lines
536 B
Plaintext
24 lines
536 B
Plaintext
# Build outputs
|
|
dist/
|
|
|
|
# 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
|
|
*.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_/
|