-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Bad Target Folder | ||
|
||
"Cannot export next to a .git folder" | ||
|
||
Spriggit's patterns require that you serialize into a folder that is wholly dedicated to containing Spriggit content. As part of the serialization process, all files within that folder that were not just exported get deleted. As such, if you're exporting spriggit content into a folder containing other files, they will be deleted as part of the serialization process. | ||
|
||
## Solution | ||
|
||
Simply make a new dedicated subfolder named after the mod and target that instead. | ||
|
||
``` | ||
/Some Folder | ||
Other Content.txt | ||
MyMod.esp/ | ||
``` | ||
|
||
In this case, you would not want to target `/Some Folder`, as that has `Other Content.txt` within it. Rather, targeting a subfolder with nothing else is recommended. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters