mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-21 07:02:53 +00:00
Update .gitignore to include subprojects/.wraplock
Add exception for subprojects/.wraplock in .gitignore
This commit is contained in:
parent
cb6bea3f36
commit
a9e0906cbe
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue