Mercurial
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 263:ee04e4e69fed | 264:04fee26ecce0 |
|---|---|
| 44 # Editor files | 44 # Editor files |
| 45 *.swp | 45 *.swp |
| 46 | 46 |
| 47 # Environment var. | 47 # Environment var. |
| 48 .env | 48 .env |
| 49 # Server config | 49 # Server config (local — never track the real config) |
| 50 .config | 50 mrjunejune/.config |
| 51 # DB | 51 # DB and WAL/SHM sidecars |
| 52 mrjunejune.db | 52 mrjunejune.db |
| 53 *.db-wal | |
| 54 *.db-shm | |
| 55 mrjunejune/data/ |