Update .gitignore to include subprojects/.wraplock

Add exception for subprojects/.wraplock in .gitignore
This commit is contained in:
MatthewBeshay
2026-03-19 07:07:50 +11:00
committed by GitHub
parent cb6bea3f36
commit a9e0906cbe
+2 -1
View File
@@ -1,5 +1,6 @@
# Exclude everything by default # Exclude everything by default
/* /*
/subprojects/.wraplock
# Except for tracked top-level project directories # Except for tracked top-level project directories
!/.devcontainer/ !/.devcontainer/
@@ -25,4 +26,4 @@
!/flake.nix !/flake.nix
!/meson.build !/meson.build
!/meson.options !/meson.options
!/README.md !/README.md