From 8d52bcf2e68ace9ba7c1d532c642c27e8bf78ed9 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 5 Oct 2025 19:56:35 +0200 Subject: [PATCH] chore: Ignore local copilot instructions --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d8e547f3..c44a578a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ misc/.clang-format-exe # macOS custom attributes .DS_Store/ + +/.github/copilot-instructions.md -- 2.47.3