From 4c843c7b66d12d27025f0d640c2a3331fbaf4947 Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 1 Mar 2020 14:35:03 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 550b7fb..2b407cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,12 @@ /bin/ -/out/ /target/ -/ShopChest/target/ -/ShopChest NMS-Abstract/target/ -/ShopChest NMS-v1_8_R1/target/ -/ShopChest NMS-v1_8_R2/target/ -/ShopChest NMS-v1_8_R3/target/ -/ShopChest NMS-v1_9_R1/target/ -/ShopChest NMS-v1_9_R2/target/ -/ShopChest NMS-v1_10_R1/target/ + /.idea/ +*.iml + /.settings/ -/.vscode/ .classpath .project -*.iml \ No newline at end of file +.factorypath + +/.vscode/ \ No newline at end of file