diff --git a/.gitignore b/.gitignore index 3fbc902..a671fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -198,4 +198,7 @@ plugins/ServerTutorialPlus/data/playerdata/ plugins/LuckPerms/libs/ plugins/dynmap/*.pending plugins/WorldEdit/.archive-unpack/ -!plugins/LuckPerms/*.db \ No newline at end of file +!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