A collection of Custom Bluesky Feeds, including Fresh Feeds, all under one roof
at main 565 B view raw
1# If you prefer the allow list template instead of the deny list, see community template: 2# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 3# 4# Binaries for programs and plugins 5*.exe 6*.exe~ 7*.dll 8*.so 9*.dylib 10 11.vscode/ 12.env 13 14# Misc Binaries 15feedgen 16indexer/indexer 17 18# Test binary, built with `go test -c` 19*.test 20 21# Output of the go coverage tool, specifically when used with LiteIDE 22*.out 23 24# Dependency directories (remove the comment below to include it) 25# vendor/ 26 27# Go workspace file 28go.work 29 30# trash 31.DS_Store 32/*/.DS_Store