Hi,
My html files have logic to not render files with param, (say) "skip=true" in the .md file but those files are still present in the public folder on build.
Is there a way to not build those files altogether in public folder?
I know that hugo has ignoreFiles variable in configuration that ignores files from just rendering, but those files are still present in the build.
Any help is appreciated.
Thanks.