From ce6e7b9a8c28c400c58140d483e3eaaddb0f98c1 Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 23 Jun 2023 18:23:38 +0200 Subject: [PATCH] update gitignore --- actes-princiers/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actes-princiers/.gitignore b/actes-princiers/.gitignore index e8b0c61..001b32a 100644 --- a/actes-princiers/.gitignore +++ b/actes-princiers/.gitignore @@ -10,7 +10,7 @@ conf/**/*credentials* # ignore everything in the following folders -# data/** +data/** logs/** # except their sub-folders @@ -21,7 +21,7 @@ logs/** !.gitkeep # also keep the example dataset -!data/01_raw/iris.csv +!data/01_raw/** ##########################