A community based topic aggregation platform built on atproto
1# Binaries 2*.exe 3*.dll 4*.so 5*.dylib 6/main 7/server 8 9# Test binary, built with go test -c 10*.test 11 12# Output of the go coverage tool 13*.out 14 15# Go workspace file 16go.work 17 18# Environment files 19.env 20.env.local 21.env.development 22.env.production 23.env.test 24 25# IDE 26.idea/ 27.vscode/ 28*.swp 29*.swo 30 31# OS 32.DS_Store 33Thumbs.db 34 35# Application data 36/data/ 37/local_dev_data/ 38/test_db_data/ 39 40# Logs 41*.log 42 43# Temporary files 44*.tmp 45*.temp 46 47# Build artifacts 48/validate-lexicon