GENERAL: ignoring bin directories in rest and lib project.
This commit is contained in:
parent
76d35f7d71
commit
c394a7b6fd
|
|
@ -1,4 +1,5 @@
|
|||
*/target/
|
||||
*/bin/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
*.orig
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
target/
|
||||
bin/
|
||||
.checkstyle
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
*.orig
|
||||
|
|
|
|||
Loading…
Reference in New Issue