From fdae3ca9be4a49d6567df9872378c436d80ae0cf Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 25 Oct 2025 22:39:04 +0300 Subject: [PATCH] update gitignore --- 🍪/Git/.gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/🍪/Git/.gitignore b/🍪/Git/.gitignore index 77607da..c24f46e 100644 --- a/🍪/Git/.gitignore +++ b/🍪/Git/.gitignore @@ -1,8 +1,22 @@ +# Android Studio +.idea/ +.gradle/ +local.properties + +# Python venv/ __pycache__/ + +# JavaScript (Node, Bun, ...) node_modules/ -vendor/ .buildozer/ + +# PHP +vendor/ composer.phar + +# KDE (Dolphin) .directory + +# Other .env