From 2e61940e090e7b87973eefdf938fab7d58c65191 Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Mon, 19 Jun 2023 10:17:49 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7893d1f5..9e585b1f 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,12 @@ local.properties # *.classpath # *.project # target/ -# .settings/ \ No newline at end of file +# .settings/ + +########################## +## IntelliJ IDEA +########################## +.idea +*.iws +*.iml +*.ipr \ No newline at end of file