https://www.reddit.com/r/godot/comments/eyaalf/seeking_advice_on_import_in_godot/
This is likely a simple question. Do files imported with Godot actually package them if unused in a scene? I have some files that I do not use in any scene. However Godot still sees these files. Are the being packaged during deployment?
If they aren't being packaged then that's good, I can just let my current folder stay as is.