From ef276f9a257418202dd8f450e35b4ff934e5a8f4 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 26 Apr 2025 13:39:16 -0400 Subject: [PATCH] update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 75895dd..ce3e6a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ .idea/ +# Ignore generated passwords file +generated_passwords.txt + + # Ignore Vagrant testing files .vagrant/ test_ansible.cfg