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-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
a08d46deeebb009a41faaa48bda1e2d62dc81e8f
Add configuration folders to .gitignore
Sebastian Martinez
committed
3 years ago
commit a08d46deeebb009a41faaa48bda1e2d62dc81e8f
parent
43837d1506bdd53193b31b88ae782508b3b31f2e
1 file changed
+4
-0
modified
.gitignore
@@ -11,3 +11,7 @@ cypress/screenshots
# Mac OS
.DS_Store
+
+
# IDEs and Editors
+
.idea
+
.vscode