From dedb3ad7d559d1de8e7b869a7ab3bb832c49188e Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 23 May 2023 10:47:56 +1000 Subject: [PATCH] drone exclude --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 18bc7ed..f642ea9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,4 +24,5 @@ steps: PLUGIN_VERIFY: false PLUGIN_CHMOD: false #PLUGIN_DEBUG: false - PLUGIN_INCLUDE: ^events$,^events_checksum.txt$ \ No newline at end of file + PLUGIN_INCLUDE: ^events$,^events_checksum.txt$ + PLUGIN_EXCLUDE: ^\.git/$ \ No newline at end of file