From b52319380bc87e8f0a4e0e4cf79ffbd2a50855ca Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 25 Feb 2019 16:02:04 +0100 Subject: [PATCH] small update to gitignore, it should now exclude the .gradle and .idea folders in the client and server folder --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 2c0e722..a79044c 100644 --- a/.gitignore +++ b/.gitignore @@ -228,4 +228,10 @@ gradle-app.setting ### Gradle Patch ### **/build/ +### Server and Client ### +Server/.gradle +Server/.idea + +Client/.gradle +Client/.idea # End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode \ No newline at end of file