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
This commit is contained in:
Ohis 2022-08-06 16:07:57 +01:00 committed by GitHub
parent 6de4a0e106
commit 1d6d6ff4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ Gemfile.lock
/maintenance-tasks/build/
/android/.cxx/Debug/5k2s1t1p/x86/
/ffmpeg/ffmpeg-kit-android-lib/.cxx/Debug/
/android/.idea/