diff --git a/.gitignore b/.gitignore index a1b8811..74f56d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vs/ .vscode/ __pycache__ +eeVR.zip diff --git a/package.sh b/package.sh new file mode 100644 index 0000000..ea7498d --- /dev/null +++ b/package.sh @@ -0,0 +1 @@ +zip -FSr eeVR.zip . -x *.git -x *.gitignore -x *.github -x *__pycache__* -x *.vscode* -x */desktop.ini \ No newline at end of file