Godot Version
4.2.1
Question
Hello,
I’m making a game where I need to export/import certain text files. These should be in the project folder (for now) so that I can use git on them.
However, every time I make a change, the editor prompts me to resave/reload/ignore the change. Is there a way to tell the editor to stop monitoring these files?
I’ve tried adding .gdignore to their folder, but this only delists them in the editor, it does not stop the change monitoring.
Thanks!