From 56299dfa3ce0b4ce01d56eac9c3564e16c883479 Mon Sep 17 00:00:00 2001 From: Rodrigo Goncalves <rodrigo.g@ufsc.br> Date: Mon, 5 Aug 2024 14:25:11 +0000 Subject: [PATCH] Fix root .gitignore to allow certmanager --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ce60fa..6244ba5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ tmp/* bin/smartdata/importers/ bin/workflow/tutorial/ cassandra -certmanager +/certmanager log /.* bin/workflow -- GitLab