From 2ce89867659119e1bc25c3b529050b32722ee207 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 6 Nov 2019 10:11:05 +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 6f0660bdd..90b39ab06 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,2 +1,3 @@ -ocs.yml -ocs.json +* +!example.json +!example.yml