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/** ##########################