blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
24 stars 1 forks source link

fix(files): Ensure that parent dot files & folders are copied #115

Closed fiftydinar closed 8 months ago

fiftydinar commented 8 months ago

Enable dotglob when copying folders/files, disable when it's finished.

fiftydinar commented 8 months ago

I forgot we need to blacklist .gitkeep, so It doesn't get copied.