- Home /
 
 
               Question by 
               Disastercake · Jul 10, 2018 at 06:41 PM · 
                version control  
              
 
              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  
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by Disastercake · Jul 17, 2018 at 06:06 PM
I contacted the Probuilder team and they kindly let me know that the probuilderpreferences.asset file can safely be ignored from version control software.
Your answer