From 04e31e8628df0b5317a3acdbdf91ba194ca36c85 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 16 Oct 2024 08:23:45 +0200 Subject: [PATCH] fix: ignore android build of vlc player since we don't play to have vlc for android right now --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4c3672cb..6d7ba5cf 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ credentials.json *.apk *.ipa .continuerc.json + +# Ignore VLC player android folder +modules/vlc-player/android \ No newline at end of file