Subscribe and post RSS feeds to Bluesky
rss
bluesky
1# Binaries for programs and plugins
2*.exe
3*.exe~
4*.dll
5*.so
6*.dylib
7bskyrss
8
9# Test binary, built with `go test -c`
10*.test
11
12# Output of the go coverage tool
13*.out
14
15# Dependency directories
16vendor/
17
18# Go workspace file
19go.work
20
21# Storage files
22posted_items.txt
23*.txt
24
25# IDE
26.vscode/
27.idea/
28*.swp
29*.swo
30*~
31
32# OS
33.DS_Store
34Thumbs.db
35
36# Environment variables
37.env
38
39# Data directory
40data/
41
42# Logs
43*.log