You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: