From b34b295eb4611567c8948b439f31809e7cb97f30 Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Fri, 21 Jun 2024 01:16:51 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0e3d9b8..3f4ef0e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,9 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb /.idea + +Client/.idea +Client/.gradle +Client/build + +Server/.idea \ No newline at end of file