From 873f2ed910e60282bfcb75692b5c468770efb3f6 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sun, 26 Dec 2021 11:47:54 +0100 Subject: [PATCH] Rename card-functionality example config, and add config/*toml to .gitignore, to adjust to the new option of individual config files per card. --- .gitignore | 2 +- .../config/{test-cards-example.toml => test-cards.toml.example} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename card-functionality/config/{test-cards-example.toml => test-cards.toml.example} (100%) diff --git a/.gitignore b/.gitignore index 16f74e6..6463c71 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ target/ Cargo.lock _test/ notes/ -card-functionality/config/test-cards.toml +card-functionality/config/*.toml diff --git a/card-functionality/config/test-cards-example.toml b/card-functionality/config/test-cards.toml.example similarity index 100% rename from card-functionality/config/test-cards-example.toml rename to card-functionality/config/test-cards.toml.example