Skip to content

Commit

Permalink
Explicitly exclude the .git directory just to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Jul 13, 2024
1 parent 1b24c8d commit 6378fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ tasks.withType<PrepareSandboxTask> {
into("Minecraft Development/lib/resources")
}
from("templates") {
exclude(".git")
into("Minecraft Development/lib/resources/builtin-templates")
}
}
Expand Down

0 comments on commit 6378fa2

Please sign in to comment.