From 97ca10ae3e4739b66a9e9fdb51dedc395bedddc1 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sat, 14 Sep 2024 22:18:31 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 651d066..e0b243c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/.gradle +**/.gradle /.idea -/build -/.kotlin +**/build +**/.kotlin /data