From 6ad0c5d7681000bd0d97f1cf2b44e157ddfb764c Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 17 Jul 2025 12:42:04 -0300 Subject: [PATCH] SIENTIAPDE-1163 Update .gitignore to include git_log and ensure .vscode/ is excluded --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3255fbb..0d8a542 100644 --- a/.gitignore +++ b/.gitignore @@ -175,4 +175,6 @@ cython_debug/ .pypirc # VSCode -.vscode/ \ No newline at end of file +.vscode/ + +git_log \ No newline at end of file