From e0c535cafb74896c92b18b825dc25e35c3126c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Radojevi=C4=87?= Date: Thu, 21 Feb 2019 22:28:19 +0100 Subject: [PATCH] Add IntelliJ project file to the source repository. --- .hgignore | 1 - phd.iml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 phd.iml diff --git a/.hgignore b/.hgignore index afb26cd..089f6e5 100644 --- a/.hgignore +++ b/.hgignore @@ -2,7 +2,6 @@ syntax: glob *.class -*.iml *.DS_Store MANIFEST.MF *~ diff --git a/phd.iml b/phd.iml new file mode 100644 index 0000000..03a2260 --- /dev/null +++ b/phd.iml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file