From c92bfd35495d8b843726cc6cbe81610b05b6f676 Mon Sep 17 00:00:00 2001 From: CSantos <4a.santos@gmail.com> Date: Mon, 2 Sep 2019 09:10:46 +0200 Subject: [PATCH] Ignored .tgz files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a3917b85..60ecbedf 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ openvidu-react-native-androidx/node_modules/ openvidu-react-native-androidx/ios/build/ .DS_Store + +*.tgz