From 4f4e23cb8a9139a2abd798aeca5aab54bda9c62b Mon Sep 17 00:00:00 2001 From: Elijah R Date: Wed, 3 Jan 2024 17:33:26 -0500 Subject: [PATCH] move config.toml to config.example.toml --- .gitignore | 3 +++ config.toml => config.example.toml | 0 2 files changed, 3 insertions(+) rename config.toml => config.example.toml (100%) diff --git a/.gitignore b/.gitignore index a255f99..99df270 100644 --- a/.gitignore +++ b/.gitignore @@ -397,3 +397,6 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml .idea/ + +# config +config.toml diff --git a/config.toml b/config.example.toml similarity index 100% rename from config.toml rename to config.example.toml