Mutagen-Modding / Spriggit

A tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Git
GNU General Public License v3.0
88 stars 10 forks source link

Error syncing to Mod #70

Closed DJLegends1011 closed 2 months ago

DJLegends1011 commented 2 months ago

image_2024-06-25_130634077 getting this error when working on Starfield Version of Srpiggit on version 0.24 using Spriggit.zip instead of CLI log here 06-25-2024_13h10m18s.log

DJLegends1011 commented 2 months ago

doesn't matter if its a lite, medium or heavy master

Noggog commented 2 months ago

Related to the #67 issue. spriggit.meta is picked up by commonly generated .gitignore files, and so does not get committed properly in many scenarios. In the meantime, you'll have to unignore the entry in your .gitignore !spriggit.meta

Next version should have that file named differently, so hopefully wont get trapped in the same way