diff options
author | DS <vorunbekannt75@web.de> | 2022-10-30 16:53:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 16:53:31 +0100 |
commit | fcd670e6f76e2fda110e80506d0ba93052f9eeed (patch) | |
tree | 1481b0e5ab21fe3214b24f3c3bf450fb37c1db59 | |
parent | 077627181ee2eac3c0dacc3d8dc49825837e474c (diff) | |
download | minetest-fcd670e6f76e2fda110e80506d0ba93052f9eeed.tar.xz |
Add a worlds_here.txt file in the worlds folder and update .gitignore (#12720)
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | worlds/worlds_here.txt | 4 |
2 files changed, 7 insertions, 5 deletions
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/ diff --git a/worlds/worlds_here.txt b/worlds/worlds_here.txt new file mode 100644 index 000000000..0fec2849b --- /dev/null +++ b/worlds/worlds_here.txt @@ -0,0 +1,4 @@ +World directories are placed into this location. Each world should contain at least following files: + + * map_meta.txt + * world.mt |