From 35d805d48b0a976e86828a41530b8c92c3a83804 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 10:48:49 +0300 Subject: [PATCH] IntelliJ related fixes. Ignore IntelliJ files. IntelliJ cannot start from invisible Bash script for some reason. --- .gitignore | 1 + tools/open with IntelliJ IDEA | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a47ec35..fbc1d27 100755 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /.idea/ dependency-reduced-pom.xml /example/target +/*.iml \ No newline at end of file diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index 1f82875..b8baee2 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -1,6 +1,6 @@ #!/bin/bash -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. idea . -- 2.20.1