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,