ADD zip file, commit with lfs

This commit is contained in:
Thomas Kuschel 2024-05-25 22:39:15 +02:00
parent 464f7bd1ac
commit 82cec820d3
3 changed files with 11 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.zip filter=lfs diff=lfs merge=lfs -text

7
script/zipdepot Executable file
View File

@ -0,0 +1,7 @@
#/bin/bash
# this is a script file to generate a zip package from this source:
cd "$(dirname "$0")"
cd ..
mkdir -p zip
zip -r zip/depot.zip * -x .git/\* -x script/\* -x zip/\*

BIN
zip/depot.zip (Stored with Git LFS) Normal file

Binary file not shown.