Is there any way to ignore files with flowershow? #542
Replies: 2 comments
-
Nice suggestion for a feature. Right now we can ignore files (though not via .gitignore syntax) but we can't ignore parts of a file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The OP meant this in the context of Flowershow Self-Hosted which has been deprecated. For the current Flowershow version (cloud) instructions on excluding files from publishing can be found here https://flowershow.app/blog/how-to-exclude-files-from-publishing. As for comments (that won't be visible on the published page), you can write them like this (MDX way): {/* comment! */}
{/*
multi
line
comment!
*/} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to ignore files with a .gitignore style syntax, as well as ignore sections of file with a comment flag, sort of like this:
Beta Was this translation helpful? Give feedback.
All reactions