From b759a72c05015888b5e8ab8354a6f3d8e5375cdb Mon Sep 17 00:00:00 2001 From: Lucas Viana Date: Wed, 16 Aug 2023 22:13:03 -0300 Subject: [PATCH] chore(xml-element): add *.dylib to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62aab8a5..77a71251 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ msbuild.wrn # Project-specific files *.dll +*.dylib