
23 Aug
2019
23 Aug
'19
1:31 p.m.
commit 3987fe8fd6164fcc7c35b21d5737e7fe9cd45fc0 Author: fava <fava@libertymail.net> Date: Thu Aug 22 04:39:20 2019 +0000 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