Ignore .gradle state dirs in included builds

/.gradle/ only matched the repo root, so build-logic/.gradle lock and
execution-history files were tracked and dirtied the status after every
build.
This commit is contained in:
KhooLy 2026-07-03 23:45:20 +03:00
parent c3f97ad7bc
commit 4aa8a4f65a
12 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View file

@ -2,7 +2,7 @@
/.idea/
/.kotlin/
/.vscode/
/.gradle/
**/.gradle/
/build/
/app/build/
**/build/

View file

@ -1,2 +0,0 @@
#Fri Jun 05 14:48:38 TRT 2026
gradle.version=9.3.1