From d8640a429373936db3037c59f72f0adf6b789ae4 Mon Sep 17 00:00:00 2001 From: Evsyukov Denis Date: Thu, 11 Apr 2024 15:03:01 +0300 Subject: [PATCH] feat: add data directory to gitignore to run the program in testing mode, we need to create a separate directory to do this, we will use the `data` directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c450f48..d128101 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ mycorrhiza +data