IntelliJ related fixes.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 3 Aug 2019 07:48:49 +0000 (10:48 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 3 Aug 2019 07:48:49 +0000 (10:48 +0300)
Ignore IntelliJ files. IntelliJ cannot start from invisible Bash script
for some reason.

.gitignore
tools/open with IntelliJ IDEA

index a47ec35..fbc1d27 100755 (executable)
@@ -5,3 +5,4 @@
 /.idea/
 dependency-reduced-pom.xml
 /example/target
+/*.iml
\ No newline at end of file
index 1f82875..b8baee2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-cd "${0%/*}"
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
 
 cd ..
 idea .