Hide files in the editor view

Hi there,

Is it possible to hide some files in the editor? I have some files auto-generated I don’t want to see.

Sébastien

Hey @sebsheep, https://glitch.com/help/hidden-files/ talks about why some files are not shown in the editor’s file list that you can “reverse engineer” to choose to hide some files. Essentially the best bet is to add the files you want to hide from the list to a gitignore file.

Hope this helps!

the gitignore thing worked, thank you!

1 Like