ignore target also in gitignore of root project

because if we run the maven sample locally, then we still have the
target folder lying around.
This commit is contained in:
Robert Stoll
2020-05-15 21:40:49 +02:00
parent 913bdb4359
commit bb25504127

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
build
target
out
.gradle
.idea