fix: remove .gradle directory from git tracking

This commit is contained in:
Oliver Wallisch 2026-09-04 13:03:16 +02:00
parent de33790206
commit 453fefcec9
19 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ build/
*.iws *.iws
*.ipr *.ipr
out/ out/
.gradle/

Binary file not shown.

View file

@ -1,2 +0,0 @@
#Wed Sep 02 15:03:29 CEST 2026
gradle.version=9.5.1

Binary file not shown.