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 4de683c commit f18e619Copy full SHA for f18e619
.gitignore
@@ -41,4 +41,12 @@ data/
41
*.patch
42
*.diff
43
/docs/build
44
-/site
+/site
45
+
46
+# Quarto specific files
47
+.quarto/
48
+*.html
49
+reports/user_reports/*
50
+reports/user_report_template_files/*
51
+*.pkl
52
+reports/*.yml
_quarto.yml
@@ -0,0 +1,2 @@
1
+project:
2
+ output-dir: reports
0 commit comments