GENERAL: ignoring bin directories in rest and lib project.
This commit is contained in:
parent
01cee64673
commit
3862e1d71d
|
@ -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