From 52e747e1487a4ce899cfc3259b3a9065e8d76b15 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 6 Nov 2019 10:11:08 +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 daaf7850b9..90b39ab06a 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,2 +1,3 @@ -ocis.yml -ocis.json +* +!example.json +!example.yml