From 8553a09823d4a926b28dd2379e0dd65bcc0a10fd Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 5 Sep 2025 12:21:57 -0400 Subject: [PATCH] Decided to ignore facts cache in version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ef70740..bde2e73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.env/ +/facts/ .galaxy_cache/ /galaxy_token .ansible/log.txt