diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-24 17:24:47 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-24 17:24:47 +0200 |
commit | 5e3431ab76be5a1425260656feb6414ae68bfbf5 (patch) | |
tree | 4322ee22cd4d80ead984edb7d8d145fda4424918 | |
parent | 20f71f3b0a4bd5f2cc2b0f8188364159445ab683 (diff) |
publish and git-ignore ME PDF, without git-tracking it
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | _quarto.yml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,4 @@ index_files/ svg-inkscape/ *~ +/worlding/S2424791-JI_ME.pdf diff --git a/_quarto.yml b/_quarto.yml index 3b421b0..461a1ce 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -65,3 +65,4 @@ resources: - "events/*/*.ics" - "events/*/index.html" - fonts + - worlding/S2424791-JI_ME.pdf |