mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-06 08:48:51 +00:00
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:
parent
c3f97ad7bc
commit
4aa8a4f65a
12 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,7 +2,7 @@
|
|||
/.idea/
|
||||
/.kotlin/
|
||||
/.vscode/
|
||||
/.gradle/
|
||||
**/.gradle/
|
||||
/build/
|
||||
/app/build/
|
||||
**/build/
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,2 +0,0 @@
|
|||
#Fri Jun 05 14:48:38 TRT 2026
|
||||
gradle.version=9.3.1
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue