bots-garden/hellopublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/bots-garden/hello.git
git clone ssh://git@rickub.com/bots-garden/hello.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

📦 Hello 0368b85 · on main · k33g · 2h ago
.gitignore · 5 lines · 220 BText Blame HistoryRaw
1
2
3
4
5
# release.env carries the version being released. It is per-release local
# state, not something a clone should inherit — and *.env keeps any file that
# ever holds a token out of git by the same rule.
*.env
.DS_Store