add IDEA & extra eclipse stuff to .gitignore
This commit is contained in:
parent
c6cb9bc2c8
commit
a14b2c46c5
|
@ -5,3 +5,10 @@ build/
|
||||||
eclipse/
|
eclipse/
|
||||||
bin/
|
bin/
|
||||||
repo/
|
repo/
|
||||||
|
/run/
|
||||||
|
.settings/
|
||||||
|
#IDEA files from Gradle
|
||||||
|
.idea/
|
||||||
|
/*.iml
|
||||||
|
/*.ipr
|
||||||
|
/*.iws
|
||||||
|
|
Loading…
Reference in New Issue