Coffee journaling on ATProto (alpha) alpha.arabica.social
coffee
at main 55 lines 444 B view raw
1# Binaries 2bin/ 3tmp/ 4*.exe 5*.exe~ 6*.dll 7*.so 8*.dylib 9 10# Test binary 11*.test 12 13# Templ generated files 14*_templ.go 15 16# Output of the go coverage tool 17*.out 18 19# Generated files 20static/css/output.css 21 22# Database 23*.db 24*.db-shm 25*.db-wal 26 27# IDE 28.vscode/ 29.idea/ 30*.swp 31*.swo 32*~ 33 34# OS 35.DS_Store 36 37# Dependencies 38vendor/ 39 40# Logs 41*.log 42 43# Nix 44result 45result-* 46arabica 47 48# Other 49*.bak 50 51# Development files 52known-dids.txt 53moderators.json 54roles.json 55pds-config.json