#Is it possible to hide .cs files?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have a lot of .cs files that I don't intend to edit from the Godot IDE, is there a way to hide specifically .cs files? I don't want to hide entire folders with .gdignore since I still want a nice structure outside of Godot IDE.
if it is similar to gitignore you can use "*.cs" but i haven't tried that before
It's unfortunately not, all it does is ignore an entire folder.