Probuilder - Can probuilderpreferences.asset be ignored in version control?

I find that probuilderpreferences.asset changes quite often. It appears the changes are usually just to line 30 under the m_Int_values. Is it safe to ignore the whole probuilderpreferences.asset file from my repo to avoid having to deal with this frequent change warning?

Usually the change just looks like this:

27 m_Color_keys: [] 28 m_Material_keys: [] 29 m_Bool_values: 01 30 - m_Int_values: 0000000000000000010000000000000001000000 30 + m_Int_values: 0100000001000000010000000000000001000000 31 m_Float_values: 32 - 0 33 - 0

I contacted the Probuilder team and they kindly let me know that the probuilderpreferences.asset file can safely be ignored from version control software.