From a9e0906cbe421b6fb4234784d5c9de09282eb6d5 Mon Sep 17 00:00:00 2001 From: MatthewBeshay <92357869+MatthewBeshay@users.noreply.github.com> Date: Thu, 19 Mar 2026 07:07:50 +1100 Subject: [PATCH] Update .gitignore to include subprojects/.wraplock Add exception for subprojects/.wraplock in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a98492abb..fdc1dc597 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Exclude everything by default /* +/subprojects/.wraplock # Except for tracked top-level project directories !/.devcontainer/ @@ -25,4 +26,4 @@ !/flake.nix !/meson.build !/meson.options -!/README.md \ No newline at end of file +!/README.md