Is there a way, aside from making the directory hidden, to prevent Godot from auto-loading the resources in a directory? I am writing a project that heavily utilizes GDNative and some of the libraries I use contain useful visual tools.
I would like to keep the source and tools close together for organization, however Godot keeps trying to import all their resources which ends up crashing Godot upon load. I have to make the folder hidden and delete the .import folder to make Godot load again. I was hoping maybe adding the folder to the "Export excludes" would do something but it does not.
Thanks.