From 3987fe8fd6164fcc7c35b21d5737e7fe9cd45fc0 Mon Sep 17 00:00:00 2001 From: fava Date: Thu, 22 Aug 2019 04:39:20 +0000 Subject: [PATCH] Ignore Intellij's project files. Ignore Intellij's project files in order to avoid personal configurations erroneusly committed to the repository. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index af0ea90..a941692 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ metrics-lib-*.tar.gz .project build.properties *~ + +# IntelliJ files +.idea/ +*.iml