mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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
|
# Exclude everything by default
|
||||||
/*
|
/*
|
||||||
/subprojects/.wraplock
|
|
||||||
|
|
||||||
# Except for tracked top-level project directories
|
# Except for tracked top-level project directories
|
||||||
!/.devcontainer/
|
!/.devcontainer/
|
||||||
|
|
@ -15,7 +14,7 @@
|
||||||
!/Minecraft.Client/
|
!/Minecraft.Client/
|
||||||
!/Minecraft.World/
|
!/Minecraft.World/
|
||||||
!/scripts/
|
!/scripts/
|
||||||
!/subprojects/
|
!/subprojects/*.wrap
|
||||||
!/.clang-format
|
!/.clang-format
|
||||||
!/.git-blame-ignore-revs
|
!/.git-blame-ignore-revs
|
||||||
!/.gitattributes
|
!/.gitattributes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue