diff --git a/.gitignore b/.gitignore index e86d302..2e998c5 100644 --- a/.gitignore +++ b/.gitignore @@ -202,3 +202,6 @@ plugins/LuckPerms/libs/ plugins/dynmap/*.pending plugins/WorldEdit/.archive-unpack/ !plugins/LuckPerms/*.db + +# Ignore the update script +update.sh \ No newline at end of file diff --git a/update.sh b/update.sh deleted file mode 100755 index 3bbe777..0000000 --- a/update.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -git reset --hard -git checkout master -git pull origin master --ff-only -git checkout master@{'24 hours ago'} \ No newline at end of file