From ab1b1a55a488fdd5dcf6ab97ab361a1db39a5fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Glon=C8=9B?= <5095911+mglont@users.noreply.github.com> Date: Mon, 8 Apr 2019 20:35:49 +0100 Subject: [PATCH] ignore Intellij IDEA artefacts. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index aa466d926..92006f752 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,9 @@ bin/iBioSim.jar .settings/ **/.project /.metadata/ + +# intellij artefacts +out +*.iws +*.ipr +*.iml