openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Wildcard support for info.toml exports/shared_exports file paths #424

Open LukeTheVirus opened 6 months ago

LukeTheVirus commented 6 months ago

Currently exporting requires each file to be specified separately with it's full path. When many files need to be exported this can get annoying to keep up to date. Simple folder wildcards should be enough: "src/shared/*" should export all files in the folder: "src/shared/**" should export all files in the folder and subfolders.