From 3f12a290a45bb5eba53043140a53001831ff4331 Mon Sep 17 00:00:00 2001 From: Raincloud Date: Thu, 5 Mar 2026 14:23:28 -0700 Subject: [PATCH] proper 7z split archive handling --- components/gitattributes | 3 ++- config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/gitattributes b/components/gitattributes index c47d9e2..3daa853 100644 --- a/components/gitattributes +++ b/components/gitattributes @@ -75,6 +75,7 @@ # Archive/Compression files *.7z filter=lfs diff=lfs merge=lfs -text +*.7z.[0-9][0-9][0-9] filter=lfs diff=lfs merge=lfs -text *.bz2 filter=lfs diff=lfs merge=lfs -text *.gz filter=lfs diff=lfs merge=lfs -text *.rar filter=lfs diff=lfs merge=lfs -text @@ -121,4 +122,4 @@ # Adobe Alternatives *.xcf filter=lfs diff=lfs merge=lfs -text -*.af filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.af filter=lfs diff=lfs merge=lfs -text diff --git a/config.json b/config.json index a633f24..c4817ab 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "dailyFormat": "YYYY-MM-DD", - "structDir": "E:\\0 ProjectStructure", + "structDir": "D:\\0 ProjectStructure", "zipper": "7z", "compression": 0, "Max7zInst": 0,