Updated gitignore

This commit is contained in:
Jim Martens 2020-07-07 22:16:26 +02:00
parent 6a68afc62b
commit eb53af66c4
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -23,3 +23,12 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/.*
!/.gitignore
!/.gitattributes
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**
!**/src/test/**
**/lombok.config