A community based topic aggregation platform built on atproto
at main 258 B view raw
1# SQLite databases 2*.db 3*.db-journal 4*.db-wal 5*.db-shm 6 7# Daemon runtime files 8daemon.lock 9daemon.log 10daemon.pid 11bd.sock 12 13# Legacy database files 14db.sqlite 15bd.db 16 17# Keep JSONL exports and config (source of truth for git) 18!*.jsonl 19!metadata.json 20!config.json