Hello,
After last night’s outage, my projects are not displaying their “dot” files. The projects run just fine, but I cannot see my .data directory.
.data
When I go to the terminal, I have access to it; so, the directory is not “gone”. It’s just not visible in the editor.
Anyone know how to resolve this?
Thanks, Justin Noel
hey @calendee,
Files and folders starting with . are considered hidden. They can only be seen if you run ls -a in the console. I guess you need to remove the . before the file/folder name to make it visible again
.
ls -a
.data is hidden by default, you can’t unhide it.
Follow the steps laid out by @khalby786