From 296fe06f07255d774be77a5ecaabefa233c54eaf Mon Sep 17 00:00:00 2001 From: bQUARKz Date: Thu, 26 Feb 2026 15:39:33 +0000 Subject: [PATCH] add stuff into gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c13001d4..b31d56aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Ignore Gradle project-specific cache directory +.envrc .gradle .idea .output.txt @@ -9,4 +10,6 @@ build # Ignore Kotlin plugin data .kotlin +debug + .DS_Store