Skip to content

Commit dd990cd

Browse files
committed
Exclude git files from zip to save space
1 parent 6fbde71 commit dd990cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

3-
zip -r cubeserver-api-circuitpython.zip . 2>&1 > /dev/null
3+
zip -r cubeserver-api-circuitpython.zip . -x .git/* -x .gitignore 2>&1 > /dev/null
44
echo cubeserver-api-circuitpython.zip

0 commit comments

Comments
 (0)