mt-mods / signs_lib

Other
4 stars 12 forks source link

Fix warnings (mt 5.8+) due to disallowed filenames #23

Closed Niklp09 closed 10 months ago

Niklp09 commented 10 months ago

Move blend files from /models/ to /util/blender/

Caused by mt https://github.com/minetest/minetest/pull/13711

wsor4035 commented 10 months ago

Iirc can't one use gitattributes or something to exclude files from the cdb package? Might be worth doing here. Will check on this later, otherwise looks fine

Niklp09 commented 10 months ago

Iirc can't one use gitattributes or something to exclude files from the cdb package?

Some people (like me) don't use cdb to get their mods

wsor4035 commented 10 months ago

Iirc can't one use gitattributes or something to exclude files from the cdb package?

Some people (like me) don't use cdb to get their mods

yeah, i know, but for the people who do, would make sense to remove it to shrink the package size. those who want them can just git clone

EDIT: docs link https://content.minetest.net/help/package_config/#excluding-files

Niklp09 commented 10 months ago

done (docs: https://github.com/minetest/contentdb/blob/master/app/flatpages/help/package_config.md#excluding-files)

edit: ah, you found the docs too :sweat_smile: