Files
Andrey Kumanyaev 07f4f5977e write a self-scoping .gitignore inside .gortex on init with stale-default healing
gortex init now writes a .gitignore inside the project's .gortex/ marker dir
so its local index state (quarantine, merkle cache, sqlite sidecar) is never
accidentally committed. An absent file is created; a prior bare-* default is
healed up to the current content; a user-customized .gitignore is left
untouched.
2026-06-17 21:54:23 +02:00
..