From c1724bc7b2708acc01daf0154edec0bbcb2dceb0 Mon Sep 17 00:00:00 2001 From: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Date: Thu, 5 Jun 2025 16:16:54 -0400 Subject: [PATCH] ignore .vscode/settings.json Change-Id: If36764565b2c6d05a224135b2afb84357471475a --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9676e5a49..e9ae1c220 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ android-toolchain-*/ **/.settings config.mak jami-android/captures/ -.cxx \ No newline at end of file +.cxx +.vscode/settings.json \ No newline at end of file -- GitLab