From b496bcf75cc4a91defc4f7485dde3415d294aa43 Mon Sep 17 00:00:00 2001 From: bruch-alex Date: Wed, 16 Oct 2024 12:52:23 +0200 Subject: [PATCH] add out and target folders to .gitignore file --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bdf1429..dc0def7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,5 @@ hs_err_pid* replay_pid* ## Build folders -.out/ -.target/ \ No newline at end of file +out/ +target/ \ No newline at end of file