From c0efaf659011658c55d6f7b4ba17997eaf6ee5b2 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Fri, 19 Jul 2024 16:20:07 -0300 Subject: [PATCH] added dist folder, target of dll, to ignore list, it should be build by CICD tools instead of commiting every DLL version --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2db2e51..51a8154 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ hemtt.exe source/ .vscode releases/ - +dist/ *.env \ No newline at end of file