I am using tina cms on my jekyll blog. This cms has a folder called tina/__generated__
at the root of the project directory that i want to include when i run jekyll build.
I have tried include: [tina/__generated__/]
, but this hasn’t helped.
I am using tina cms on my jekyll blog. This cms has a folder called tina/__generated__
at the root of the project directory that i want to include when i run jekyll build.
I have tried include: [tina/__generated__/]
, but this hasn’t helped.
Only dotfiles are excluded by default. Are you facing this issue on your local server ?
Both on the local server and on netlify. I have been able to work around this by writing a jekyll hook for now.
I read a thread somewhere that folders starting with underscore are no longer excluded, so this behavior was unexpected. Should i log an issue on github?
did you try inclosing it in quotes like the example?
Yeah , i tried
include: ["tina/__generated__/"]