From fb1a416bb1c61244469b23609f9f78ed6b10d747 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 4 Jan 2021 10:15:52 +0100 Subject: [PATCH] Exclude gitadd and gitignore --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 4549d71..a4a01f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,7 @@ steps: source: public/ target: /site/dennogumi.org/ recursive: true + exclude: [".gitignore", ".gitadd"] volumes: - name: site path: /site