GENERAL: ignoring bin directories in rest and lib project.

This commit is contained in:
Holger Hagen 2018-01-29 15:05:49 +01:00 committed by Marcel Lengl
parent 01cee64673
commit 3862e1d71d
2 changed files with 2 additions and 0 deletions

1
lib/.gitignore vendored
View File

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

1
rest/.gitignore vendored
View File

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