94033e794f
Rename the application, Go module path, command package, build artifacts, resource script, and embedded icon assets from PySentry/pysentry to GoSentry/gosentry. Move portable settings to gosentry.yaml while reading legacy pysentry.yaml during the transition, then rewrite settings under the new name. Update Windows and Linux autostart integration to use GoSentry names while cleaning up legacy PySentry registry, desktop-entry, and systemd artifacts. Refresh README, architecture notes, roadmap, changelog, and release examples for version 0.3.0.
24 lines
543 B
Plaintext
24 lines
543 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.yaml
|
|
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_/
|