From 922fbd82094e051553400cd4de8b63b9d202eee2 Mon Sep 17 00:00:00 2001 From: Pascal Maillard Date: Fri, 10 Dec 2021 17:32:09 +0100 Subject: [PATCH] fix .gitignore not tracking existing folders (#5946) * fix .gitignore not tracking existing folders fix .gitignore so that the files that are in the repository are actually being tracked. Everything in the data/ folder is ignored, which also means the subdirectories are ignored. Fix so that the subdirectories and their contents are still tracked. * Remove data/trainings Co-authored-by: Glenn Jocher --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8bb082b..327dc85 100755 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,11 @@ storage.googleapis.com runs/* data/* -!data/hyps/* +data/images/* +!data/*.yaml +!data/hyps +!data/scripts +!data/images !data/images/zidane.jpg !data/images/bus.jpg !data/*.sh