GeneratedOdinEditors.dll constantly updating

Issue #130 resolved
Scott Richmond created an issue

Every time we add a new class/struct this dll is updated. This causes quite an annoyance with our versioning system as there are often conflicts.

Can we stop it from happening? Or should we git ignore it?

Comments (3)

  1. Scott Richmond reporter

    Ah cheers. If this is a universal truth, you may want to consider including a .gitignore file in that directory by default:

    # Ignore everything in this directory
    *
    # Except this file
    !.gitignore
    
  2. Log in to comment