Mercurial
diff .hgignore @ 264:04fee26ecce0
add authenticated JRPG conversation platform
Add reusable auth/session storage, owned conversation recovery, guest quotas, admin workflows, URL-routed conversation UI, mobile frame support, and parallel browser acceptance.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 07:34:12 -0700 |
| parents | 823f2a8b16c8 |
| children |
line wrap: on
line diff
--- a/.hgignore Thu Aug 06 11:31:30 2026 -0700 +++ b/.hgignore Fri Aug 07 07:34:12 2026 -0700 @@ -46,7 +46,10 @@ # Environment var. .env -# Server config -.config -# DB +# Server config (local — never track the real config) +mrjunejune/.config +# DB and WAL/SHM sidecars mrjunejune.db +*.db-wal +*.db-shm +mrjunejune/data/