From d0bf9b2f1200072cb8a500e1905cd8e7ef058014 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 2 Jul 2026 07:03:12 +0200 Subject: [PATCH] chore(gitignore): ignore inventory-test to avoid committing test credentials FreeipaAnsible test inventory contains a plaintext ansible_ssh_pass. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a0dc77e..fa98c52 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.pem *.p12 *.pfx +inventory-test # Micro editor temporary files /micro/buffers/**