Add public-safe example config

This commit is contained in:
Ray Berezowski
2026-06-02 18:09:57 -04:00
parent 332b796258
commit d328c38f31
6 changed files with 74 additions and 3 deletions

View File

@@ -57,6 +57,14 @@ Release zips are written to:
builds/releases/
```
## Config Files
`config.json` is local runtime data and is ignored by Git. Keep your personal launcher menu there for testing.
`config.example.json` is a public-safe sample config for documentation and reference. New users do not need to copy it; if `config.json` is missing, the app creates a clean starter config on first run.
Personal test configs should stay in `config.json`; release packages do not include it unless the release script is run with `-IncludeCurrentConfig`.
## Versioning
The app version is controlled in `TaskbarLauncher.csproj`.