From 1fec7b65953b66256729f50aba99da6f999bdc45 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 3 May 2024 12:42:08 +0200 Subject: [PATCH] added android/.idea/libraries to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2c9697..e81c3fe 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,6 @@ out/ # Gradle files .gradle/ -build/ # Local configuration file (sdk path, etc) local.properties @@ -77,6 +76,8 @@ captures/ # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml +android/.idea/libraries + # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. #*.jks