From e050d0ecdb30b6903f8cee928ebf465c337d8348 Mon Sep 17 00:00:00 2001 From: gfraga <gorka.fragagonzalez@uzh.ch> Date: Wed, 8 May 2024 11:08:23 +0200 Subject: [PATCH] changed gitignore --- .gitignore | 4 +++- webpage_contents/.gitignore | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 328436e..b63e015 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -_site #ignore the folder _site (produced when working locally). This folder will be re-created by the CI pipeline and will become an artifact \ No newline at end of file +# ignore the folder _site (produced when working locally). This folder will be re-created by the CI pipeline and will become an artifact + +_site/ \ No newline at end of file diff --git a/webpage_contents/.gitignore b/webpage_contents/.gitignore index 075b254..794f522 100644 --- a/webpage_contents/.gitignore +++ b/webpage_contents/.gitignore @@ -1 +1,2 @@ /.quarto/ +/.Rproj.user/ -- GitLab