From f1bb0049da06b6ec6e85c2f914c62aeab4e1214f Mon Sep 17 00:00:00 2001 From: 17ms <79069176+17ms@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:31:22 +0300 Subject: [PATCH] updated .gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 647fa9f..1ff84a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /target -data/** -output/** +tests/data/** +tests/output/** -!output/.placeholder -!data/.placeholder \ No newline at end of file +!tests/output/.placeholder +!tests/data/.placeholder