From 7fa111aab49958c99f8ec9a569d0bc0d6b9ac54d Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Sat, 13 May 2023 18:10:19 +0200 Subject: [PATCH] Added .gitignore and updater --- .gitignore | 2 ++ update.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitignore create mode 100644 update.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a604902 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +vpn/ +Microsoft-Rewards-bot/ \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..bddc158 --- /dev/null +++ b/update.sh @@ -0,0 +1 @@ +git pull \ No newline at end of file