From f3174de6b84f8b881f5af0457657fc04a4975d0c Mon Sep 17 00:00:00 2001 From: Rodrigo Goncalves <rodrigo.g@ufsc.br> Date: Tue, 20 Aug 2024 13:24:09 +0000 Subject: [PATCH] Fixes in gitignore to ignore cassandra only in root and to allow certmanager --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index da9bbec..1f4e3a5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,8 @@ bin/smartdata/Config.php tmp/* bin/smartdata/importers/ bin/workflow/tutorial/ -cassandra -certmanager +/cassandra +/certmanager log .* bin/workflow @@ -14,4 +14,4 @@ new/ prometheus/ wavs/ zips/ - +/dev-certificates/*.pem -- GitLab