From f7879e9557fc6936bc01fdaa59c8ee0c228b0aa2 Mon Sep 17 00:00:00 2001 From: egutierrez Date: Fri, 9 May 2025 19:48:03 +0200 Subject: [PATCH] chore: Allow tracking of config/.env file by updating .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e875c10..b4021c1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ pruebas_conceptos/postgres_extensions/pgdata/* # Local configuration files *.env - +config/.env #Icon files