From 1d6d6ff4efa1a7881b51106098b9c8aaed85ca1d Mon Sep 17 00:00:00 2001 From: Ohis <50307290+Ohior@users.noreply.github.com> Date: Sat, 6 Aug 2022 16:07:57 +0100 Subject: [PATCH] Update .gitignore for those working with android studio or intellj, a .idea is auto generated when you start a new project. so if you trying to fork this project, and use android studio or intellij to open it, this will result in android been unable to recognize the project. so ignoring this dir, each IDE can create its own .idea --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 31a961e1..4ccb4bdc 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ Gemfile.lock /maintenance-tasks/build/ /android/.cxx/Debug/5k2s1t1p/x86/ /ffmpeg/ffmpeg-kit-android-lib/.cxx/Debug/ +/android/.idea/