From 4caf695f5a1019f705ae085a87f96fad0706c2e2 Mon Sep 17 00:00:00 2001 From: penguinencounter <49845522+penguinencounter@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:12:19 -0700 Subject: [PATCH] add kotlin lock files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b85aa2fac629..8b55d9a57fe7 100644 --- a/.gitignore +++ b/.gitignore @@ -78,4 +78,7 @@ lint/intermediates/ lint/generated/ lint/outputs/ lint/tmp/ -# lint/reports/ \ No newline at end of file +# lint/reports/ + +#Kotlin +*.salive