diff options
| -rwxr-xr-x | deploy.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 128d334..0000000 --- a/deploy.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -shopt -s globstar -cd $(dirname $0)/root -rm -rf ../dist -mkdir ../dist -cp --parents $(git check-ignore **) ../dist |
