From 594278389989cb2a77f27cda653a435298885bf8 Mon Sep 17 00:00:00 2001 From: Milan Wiedemann Date: Tue, 15 Oct 2024 10:10:23 +0100 Subject: [PATCH] Add `released_output/*` path to `.gitignore` This allows us to develop the report locally without pushing the released output to GitHub. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d645d6d..2d5ff5d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ venv/ .Rhistory .Rproj.user/ reports/pharmacy_first_report.html +/released_output/*