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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -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
!/README.md