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 25abb45 commit 03f596dCopy full SHA for 03f596d
.gitignore
@@ -6,11 +6,11 @@
6
/.quarto/
7
/_site/
8
9
-2024/02-data-comm/measles.csv
10
# never ignore _freeze/
11
!_freeze/*
12
13
# render products that should get copied to _freeze/
+# it seems like when caching is turned on, the *_files/ dir isn't removed consistently with quarto render
14
*_files/
15
*_cache/
16
-/site_libs/
+/site_libs/
2024/02-data-comm/.gitignore
@@ -0,0 +1,2 @@
1
+# Specific files
2
+2024/02-data-comm/measles.csv
0 commit comments