From fcd670e6f76e2fda110e80506d0ba93052f9eeed Mon Sep 17 00:00:00 2001 From: DS Date: Sun, 30 Oct 2022 16:53:31 +0100 Subject: Add a worlds_here.txt file in the worlds folder and update .gitignore (#12720) --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bb5e0a0cd..a74eeba06 100644 --- a/.gitignore +++ b/.gitignore @@ -47,11 +47,9 @@ build/.cmake/ /screenshots /sounds /mods/* -!/mods/minetest/ -/mods/minetest/* -!/mods/minetest/mods_here.txt -/worlds -/world/ +!/mods/mods_here.txt +/worlds/* +!/worlds/worlds_here.txt /clientmods/* !/clientmods/preview/ /client/mod_storage/ -- cgit v1.2.3