This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

niri / .gitignore
239 B 19 lines
1.codex 2.research/ 3node_modules/ 4dist/ 5apps/*/dist/ 6 7# environment 8.env 9 10# runtime state 11session.json 12primary-failover.json 13rest-snapshot.json 14 15# agent home — ignore everything except the example file 16home/* 17!home/soul.example.md 18 19.codex