* chore: Adjust modules to use the future `/tmp/files/` directory
* docs: Replace old `config/` with `files/` directory
* Revert "docs: Replace old `config/` with `files/` directory"
This reverts commit 68870a3d02136860b4f3bca2d34618d71dcae160.
* chore(files): Support new recipe format proposed by @xynydev
* chore(files): Support legacy recipe format along with new one
Mixed usage of it in recipe is supported too.
---------
Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
* fix(files): Fix build error on copying dotfiles
Enable dotglob when copying folders/files, disable when it's finished.
* chore(files): Ensure that dotglob is executed outside of loop
* fix(files): Ensure that .gitkeep file is not present in the build image
* fix(files): Ensure that cp command ignores if something is present in directory or not