I encountered the problem, that I have some workfiles in my Vault I want to be ignored, like templates.
In the spirit of .gitignore ignoring files for git, I implemented a support for ignoring files in zola specifically with a .zoraignore file.
It also supports globs like .gitignore, which makes it intuitive to understand. I hope you find this contribution helpful!
I encountered the problem, that I have some workfiles in my Vault I want to be ignored, like templates. In the spirit of .gitignore ignoring files for git, I implemented a support for ignoring files in zola specifically with a .zoraignore file. It also supports globs like .gitignore, which makes it intuitive to understand. I hope you find this contribution helpful!