From 4985d0d98bf7a7eb52290ada3bf22ee7b93d5717 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 6 Nov 2019 10:11:07 +0100 Subject: [PATCH] Ignore configs except the examples --- config/.gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/.gitignore b/config/.gitignore index 709b75bc1..90b39ab06 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,4 +1,3 @@ -phoenix.yml -phoenix.json - -config.json +* +!example.json +!example.yml