Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

at master 32 lines 305 B view raw
1# Python 2__pycache__/ 3*.py[oc] 4build/ 5dist/ 6wheels/ 7*.egg-info 8.venv 9 10# Node 11node_modules/ 12 13# React build output 14web/dist/ 15web/tsconfig.tsbuildinfo 16 17# Auth secrets and database 18secrets.json 19*.db 20 21# Seeds 22seeds/ 23 24# OS 25.DS_Store 26 27# wrangler files 28.wrangler 29.dev.vars* 30!.dev.vars.example 31.env* 32!.env.example