mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
build
|
||||
target
|
||||
out
|
||||
.gradle
|
||||
.idea
|
||||
|
||||
Reference in New Issue
Block a user