I am using v8.2.0beta.
When I created a new WebUI project, it generated a .gitignore
file of the following content:
.gradle
bin
Reports
Libs
output
!output/.gitkeep
build
.classpath
.project
I believe the following line should be added here.
.cache
because @duyluong mentioned it