iamjackg / md2cf

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

Ignore the pages on upload #123

Open dsever opened 6 months ago

dsever commented 6 months ago

Hi

The tool currently supports .gitignore to ignore files/folders that should not be uploaded to confluence. But I assume many (which is my case as well), are using tools directly from cicd pipelines, then we have a kind of conflict with the regular git way of working. Basically in case we are locally reading the doc, it will never be uploaded to a remote git server if we specify .gitignore. I assume that there could be a more convenient way e.g in the command line specify the file where files to be skipped are defined.

BR