From e94d05fd774b9e4236ce8a319bf6bddd7d365ecf Mon Sep 17 00:00:00 2001 From: martinusnel Date: Fri, 3 Jan 2025 15:49:47 +0000 Subject: [PATCH] File renames (#11) * Rename exceptions.yaml to exceptions-template.yaml * Rename country_control.yaml to country_control-template.yaml --- config/{country_control.yaml => country_control-template.yaml} | 0 config/{exceptions.yaml => exceptions-template.yaml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/{country_control.yaml => country_control-template.yaml} (100%) rename config/{exceptions.yaml => exceptions-template.yaml} (100%) diff --git a/config/country_control.yaml b/config/country_control-template.yaml similarity index 100% rename from config/country_control.yaml rename to config/country_control-template.yaml diff --git a/config/exceptions.yaml b/config/exceptions-template.yaml similarity index 100% rename from config/exceptions.yaml rename to config/exceptions-template.yaml