From ad3f8bc031daec09ad2c5d4474187b26bbada8dc Mon Sep 17 00:00:00 2001 From: Davide Oddone Date: Wed, 1 Mar 2023 20:54:50 +0100 Subject: [PATCH] Modified .gitignore The previous gitignore would also add service.env files, not supposed to be in the repository, only *.template files. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d271ef..aa1d52e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/**/.env +/**/*.env /**/*.txt