Is your feature request related to a problem? Please describe.
I want to store a dialogues using git. A lot of useful data items (locales, characters, variables) store in the config file. But a cache section changes is dirty changes from the point of view of git index. I dont want to store last_opened_file because it changes everytime.
Describe the solution you'd like
Its better to split nessesary and auxiliary data into separated files. For example, store a cache in the separated cache file in a folder with main config. I think [path] is not necessary for dialogue itself and should to store separetely. Then I can to ignore this files in the git indexation.
Is your feature request related to a problem? Please describe. I want to store a dialogues using git. A lot of useful data items (locales, characters, variables) store in the config file. But a cache section changes is dirty changes from the point of view of git index. I dont want to store
last_opened_file
because it changes everytime.Describe the solution you'd like Its better to split nessesary and auxiliary data into separated files. For example, store a cache in the separated cache file in a folder with main config. I think
[path]
is not necessary for dialogue itself and should to store separetely. Then I can to ignore this files in the git indexation.