From 4b8a27a2d7f6342c72d20991e5334786913ae09e Mon Sep 17 00:00:00 2001 From: jon brookes Date: Sat, 16 Aug 2025 11:42:51 +0100 Subject: [PATCH] update: add *.cast to .gitignore to exclude cast files from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2d93b34..8a9e3d1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ vagrant/dev/ubuntu/toggle_defender.ps1 scripts/ansible_inventory.ini scripts/ansible_inventory.ini vagrant/dev/ubuntu/ansible/ansible_inventory.ini +*.cast