An encrypted personal cloud built on the AT Protocol.

Ignore a few operational files

sans-self.org 2279067e 954021b4

Waiting for spindle ...
+6
+6
.gitignore
··· 6 6 7 7 # === Crosslink managed (do not edit between markers) === 8 8 # .crosslink/ — machine-local state (never commit) 9 + .crosslink/promotion-log.json 9 10 .crosslink/issues.db 10 11 .crosslink/issues.db-wal 11 12 .crosslink/issues.db-shm ··· 28 29 29 30 # .claude/ — auto-generated by crosslink init (not project source) 30 31 .claude/ 32 + # Per-crate crosslink caches (nested workspaces) 33 + **/.crosslink/.cache/ 34 + 35 + # ripsed undo state 36 + .ripsed/ 31 37 # === End crosslink managed ===