From 4c76f0389da06018657a88721247f2dc69dfc7a3 Mon Sep 17 00:00:00 2001 From: aadrian Date: Wed, 29 Jun 2022 21:56:43 +0200 Subject: [PATCH] ignore IntelliJ too. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 33b840a..e0fc77a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,13 @@ +# Eclipse Ignores target .settings .classpath .project .checkstyle + +# IntelliJ ignores +.idea/ +out/ +*.iml +*.ipr +*.iws \ No newline at end of file