From 9d7f8164fa2a292fe3f518dda324561bbaf09865 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 16 May 2019 13:04:15 +0100 Subject: [PATCH] Ignore config --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 50d278d..1f0cf9f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ # Ignore .env files as they are personal /.env + +# Ignore exported configuration +/config/sync/*.yml