From 1d652fa3cd57b96351597c609985a2cc1cc11d00 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 18 Jan 2022 12:59:47 -0600 Subject: [PATCH] Ignored update script. --- .gitignore | 5 ++++- update.sh | 6 ------ 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100755 update.sh 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