Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
chore: ignore files
Fintan Halpenny committed 11 months ago
commit f2c0364dc98d0fa275447fcfb152019e4dc26010
parent 1ae158a
2 files changed +9 -2
modified .vercelignore
@@ -1,6 +1,8 @@
-
flake.lock
+
flake.*
LICENSE
.direnv
.jj
*~undo-tree~
-
**/.\#*

\ No newline at end of file
+
**/.\#*
+
Makefile
+
README.md

\ No newline at end of file
modified _config.yml
@@ -12,3 +12,8 @@ collections:
  pages:
    output: true
    permalink: /:path/
+
exclude:
+
  - Makefile
+
  - LICENSE
+
  - flake.*
+
  - README.md