From 1121b8a61adb1226309a8381e937cb33421013dc Mon Sep 17 00:00:00 2001 From: Esophose Date: Mon, 11 Mar 2019 02:57:07 -0600 Subject: [PATCH] Ignore gradle files when switching branches --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5540c676..7284919e 100644 --- a/.gitignore +++ b/.gitignore @@ -219,4 +219,5 @@ gradle-app.setting # End of https://www.gitignore.io/api/java,maven,gradle,eclipse,netbeans,intellij .idea/ -FabledSkyBlock.iml \ No newline at end of file +FabledSkyBlock.iml +gradle* \ No newline at end of file