From b763a56d75176c54a389cb83a546e80d74601aa5 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Mon, 30 Sep 2019 13:59:38 -0700 Subject: [PATCH] Ignore bash scripts + Update Changelog --- .gitignore | 3 +++ Changelog.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fc15b148a..81a6de9da 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ dist/ nbdist/ .nb-gradle/ +### Bash Scripts +*.sh + ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 diff --git a/Changelog.txt b/Changelog.txt index f917c4f24..b8a35085e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -5,6 +5,7 @@ Version 2.2.0 !!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!! mcMMO's config system has been rewritten + mcMMO build management is now handled by Gradle (KTS) instead of Maven Nearly every config setting has been renamed and most have brand new comments You can now add an unlimited number of custom XP perks with custom defined XP boosts Added new subskill to Fishing named 'Inner Peace'