From 141c0c15895cd3007784f9b92e57f8347950f820 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Sun, 28 Jan 2024 15:33:53 +0200 Subject: [PATCH] chore(android): ignore jetbrains ide run configurations --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f0e0669d21..50fb3439f9 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ android/keystores/debug.keystore # Vscode local history .history/ + +# .idea run configurations +/.run/*