We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189e5b9 commit 3147529Copy full SHA for 3147529
.Rbuildignore
@@ -7,4 +7,5 @@
7
^pkgdown$
8
^\.github$
9
^converted_shiny_app[s]?/*$
10
-^converted_shiny_app.qmd$
+^converted_shiny_apps.qmd$
11
+^README_cache/*$
.gitignore
@@ -5,3 +5,5 @@
5
docs
6
.DS_Store
converted_shiny_app*/*
+*_cache/*
+converted_shiny_apps.qmd
0 commit comments