shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

feat: add swdcignore #130

Closed Christian-Rades closed 2 years ago

Christian-Rades commented 2 years ago

I'd like swdc to share its code directory with other projects that don't need a shopware setup. For that, I've implemented an ignore file; if a $codeDir/.swdcignore exists, it looks if a directory matches one of the regexes given in the ignore file and then skips building containers for it.