mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:53:12 +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
|
||||
/*
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user