iamjackg / md2cf

Convert and upload Markdown documents to Confluence
MIT License
91 stars 49 forks source link

Skip Hidden Folders #103

Open Deastrom opened 1 year ago

Deastrom commented 1 year ago

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.

iamjackg commented 10 months ago

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.

dsever commented 7 months ago

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.