Mark Folder as Hidden
-
Hello,
Is there any way to mark a folder as hidden? I am using the fs-store extension, as well as version-controlling the
data
directory. JSReport ignores the.git
directory, as I would expect, but it does not ignore other hidden directories. I have a hidden directory that I am using to house a script used in a CI Pipeline. The script doesn't show up in the UI (as it shouldn't), but the hidden directory does. Is there any way to hide this? It's not really a big deal, but if it's something simple I can do, I'd like to know.Thanks!
-
I'm afraid it is hardcoded now. I've submitted a feature request to make it configurable.
https://github.com/jsreport/jsreport/issues/865
-
Great!
I'll follow that issue for now.
Thanks so much!