GENERAL: ignoring bin directories in rest and lib project.

This commit is contained in:
holgerhagen 2018-01-29 15:05:49 +01:00 committed by Marcel Lengl
parent 76d35f7d71
commit c394a7b6fd
2 changed files with 2 additions and 0 deletions

1
lib/.gitignore vendored
View File

@ -1,4 +1,5 @@
*/target/
*/bin/
!.mvn/wrapper/maven-wrapper.jar
*.orig

1
rest/.gitignore vendored
View File

@ -1,4 +1,5 @@
target/
bin/
.checkstyle
!.mvn/wrapper/maven-wrapper.jar
*.orig