mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-29 16:33:36 +00:00
fix(gitignore): only include .wrap files in /subprojects
This commit is contained in:
parent
d968855cc4
commit
405202dad2
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,6 +1,5 @@
|
|||
# Exclude everything by default
|
||||
/*
|
||||
/subprojects/.wraplock
|
||||
|
||||
# Except for tracked top-level project directories
|
||||
!/.devcontainer/
|
||||
|
|
@ -15,7 +14,7 @@
|
|||
!/Minecraft.Client/
|
||||
!/Minecraft.World/
|
||||
!/scripts/
|
||||
!/subprojects/
|
||||
!/subprojects/*.wrap
|
||||
!/.clang-format
|
||||
!/.git-blame-ignore-revs
|
||||
!/.gitattributes
|
||||
|
|
|
|||
Loading…
Reference in a new issue