From 88bf90149fdb9892eec6bf10dd7c07dd41712494 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 16 Oct 2019 16:08:57 +0200 Subject: [PATCH] Ignore IntelliJ idea files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f2d395d2..d3a18ae0 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,5 @@ dmypy.json # Pyre type checker .pyre/ +# Not idea +.idea -- GitLab