From 18011d48436def4eccdff993c7778dcbc0a2d271 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 28 Aug 2020 18:27:30 +0100 Subject: [PATCH] Added .idea to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af546679..b3dc553c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ /Plugin/target/ /v1_15_R1/target/ /v1_16_R1/target/ -/v1_16_R2/target/ \ No newline at end of file +/v1_16_R2/target/ +/Plugin/src/main/java/com/willfp/ecoenchants/task/ +/.idea