From 6dcaca9f116b57e5527f1a488a8174580b024a20 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 10 Nov 2025 12:00:17 +0000 Subject: [PATCH] chore(copilot): remove obsolete configuration file for Copilot instructions --- .copilot/config.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .copilot/config.json diff --git a/.copilot/config.json b/.copilot/config.json deleted file mode 100644 index 6b33161..0000000 --- a/.copilot/config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "instructionFiles": [ - { - "pattern": "**", - "path": ".github/copilot-instructions.md" - } - ] -} \ No newline at end of file