Hey everyone,
I’m currently generating UDTs from an IO list, and the resulting udts.json has grown to about 56 MB.
That file contains about 10 UDTs that I’d prefer to manage and diff independently. For example, if I modify somefolder/UdtA while another developer modifies somefolder/UdtB, we can still end up with a merge conflict because both UDTs are stored in the same file.
I’ve also run into cases where popping a stash fails to merge cleanly because Ignition appears to reorder the entire file making me have to discard my changes and reapply them.
I know I could place each UDT in a separate folder so they are stored in separate resource files, but that feels like the wrong work around.
Has anyone else run into this or have any suggestions?
