From 8890dc2b8334cb405f4043650e1010d39e88c22f Mon Sep 17 00:00:00 2001 From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch> Date: Wed, 8 May 2024 11:03:59 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e9181a..328436e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -_site #ignore the folder _site as it will be created by the CI pipeline \ No newline at end of file +_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 -- GitLab