From 115029a8e078af07069a21d7d0e956c52437f3ba Mon Sep 17 00:00:00 2001 From: Snowiiii Date: Mon, 12 Aug 2024 21:42:41 +0200 Subject: [PATCH] gitignore: add world --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c6b8c2731..9d1ee4bda 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,8 @@ mc-source-code/DecompilerMC/ mc-source-code/src/ mc-source-code/target/ +world/ + # project's binary configurations configuration.toml features.toml \ No newline at end of file