Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-desktop
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
666
Issues
129
Patches
380
Jobs
Commits
›
10f22342d9178040a78b6859207363afe15eaa55
add `/.direnv/` to .gitignore
ulic-youthlic
committed
1 year ago
commit 10f22342d9178040a78b6859207363afe15eaa55
parent
26557340faa39d5bc09645a5495a876f92c61419
1 file changed
+3
-0
modified
.gitignore
@@ -26,3 +26,6 @@ public/twemoji/*.svg
# Integration Tests
tests/tmp/**/*
tests/artifacts/**/*
+
+
# direnv cache
+
/.direnv/