From 472d133468acb22e09f85b7e43e2143e59110275 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Mon, 1 Aug 2016 22:25:48 +0300 Subject: [PATCH] added intelliJ settings --- .gitignore | 1 + instantlauncher.iml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 instantlauncher.iml diff --git a/.gitignore b/.gitignore index 3ccaf06..b06815b 100755 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target/ /bin /.settings +/.idea/ diff --git a/instantlauncher.iml b/instantlauncher.iml new file mode 100644 index 0000000..20c81c0 --- /dev/null +++ b/instantlauncher.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.20.1