From 60f13bc10f6969d80976df35dfb87d86a7b4ed9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:16:05 -0800 Subject: [PATCH] Add missing invalidator for `camicia` --- exercises/practice/camicia/.meta/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exercises/practice/camicia/.meta/config.json b/exercises/practice/camicia/.meta/config.json index 23b415c33..285df78df 100644 --- a/exercises/practice/camicia/.meta/config.json +++ b/exercises/practice/camicia/.meta/config.json @@ -11,6 +11,9 @@ ], "example": [ ".meta/Example.cs" + ], + "invalidator": [ + "Camicia.csproj" ] }, "blurb": "Simulate the card game and determine whether the match ends or enters an infinite loop.",