From 404b5bb4f5d72a7216d8dcfdb7f95aa4300ab7fa Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 6 Oct 2023 17:12:32 +0200 Subject: [PATCH] OZG-3934 OZG-4395 add temp and node file to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 671fb0fee4..b97206eaa9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ target/ # Client goofy-client/.vscode/ goofy-client/apps/coverage/ +goofy-client/node/* +goofy-client/temp/* .attach** -.factorypath \ No newline at end of file +.factorypath -- GitLab