From 6dd0e4039847f4440ad9494ad8b38671a848734d Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 9 May 2025 16:40:46 +0200 Subject: [PATCH] Update .gitignore to include app.js and webcomponent.js in testapp --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d79a1d5..69db910 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,5 @@ backend/src/typings/ **/*/coverage frontend/webcomponent/**/openvidu-meet.**.js +testapp/public/js/app.js +testapp/public/js/webcomponent.js