From dacbcbf56a7577670d265c7b648b94d558e1007c Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 24 Sep 2025 10:37:05 -0300 Subject: [PATCH] SIENTIAPDE-1222 Update .gitignore to include .env file and ensure git_log is tracked, improving project configuration management. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a3e1d1..c503b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ htmlcov/ # git keys git_key* -git_log \ No newline at end of file +git_log + +.env \ No newline at end of file