From 2987283515fae73d29ea612e3eb1910f84c36973 Mon Sep 17 00:00:00 2001 From: Marko Kocic Date: Tue, 4 Mar 2025 19:30:03 +0100 Subject: [PATCH] Update .gitignore to ignore only folders in the root directory --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 378871ec4..82bc8dd26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -android/ -caches/ -daemon/ -kotlin-profile/ -native/ -wrapper/ +/android/ +/caches/ +/daemon/ +/kotlin-profile/ +/native/ +/wrapper/ *.iml .gradle /local.properties