Skip Hidden Folders
When uploading whole directories, like whole repos, markdown files found in hidden folders are also published.
This causes the common practice of PR Templates in the .github or the MR Templates under .gitlab to be published along with the other repo items. This is not desired when you have your markdown files scattered across your repo.
Makes sense. In the meantime you could work around it by passing multiple folders to md2cf, listing only the folders you want uploaded. As long as that's tenable with your specific repo structure, of course.
I think good feature would be to implement what must me skipped folder, files or types. There is .gitignore but is in conflict when confluence content rendered from git directly.