From 6f705c856db915a42facdf1f8217445fbd5fc422 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Mon, 12 Aug 2024 20:24:22 +0100 Subject: [PATCH] Deploy: Don't include .git/ directory --- .distignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.distignore b/.distignore index 19f14f4..eb83f6e 100644 --- a/.distignore +++ b/.distignore @@ -3,6 +3,7 @@ # The deploy Action will use rsync + .distignore if the .distignore exists, # so it doesn't care what may or may not be ignored via .gitignore. +/.git/ /.github/ /bin/ /tests/