mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:42:46 +00:00
fix(gitignore): only include .wrap files in /subprojects
This commit is contained in:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user