(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
111
fork

Configure Feed

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

at v0.1.13 35 lines 256 B view raw
1# Build artifacts 2dist/ 3build/ 4node_modules/ 5vendor/ 6 7# Database 8*.db 9*.sqlite 10*.sqlite3 11 12# Environment 13.env 14.env.local 15.env.* 16 17# IDE 18.idea/ 19.vscode/ 20 21# OS 22.DS_Store 23Thumbs.db 24 25# Git 26.git/ 27.gitignore 28 29# Docs 30README.md 31NOTES.md 32*.md 33 34# Test files 35*_test.go