BetaHuhn / repo-file-sync-action

🔄 GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.
https://github.com/marketplace/actions/repo-file-sync-action
MIT License
289 stars 84 forks source link

Added possibility to exclude subfolders #273

Closed maikenp closed 1 year ago

maikenp commented 1 year ago

If a folder is added in the sync list, it is currently only possible to exclude specific files in that folder. It would be useful to be able to exclude all the contents of subfolders of the folder to be synced.

This enhancement is an attempt to allow subfolders with all their contents to be excluded.

maikenp commented 1 year ago

Sorry, closing again, will recreate with separate branch.