From bd3f7afcaed6990cb4955b2a997c1033f631031d Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 6 Nov 2019 10:11:06 +0100 Subject: [PATCH] Ignore configs except the examples --- config/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/.gitignore b/config/.gitignore index a57b3441a4..90b39ab06a 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,2 +1,3 @@ -webdav.yml -webdav.json +* +!example.json +!example.yml