[meta] Reintroduce .vscode in the mobile gitignores (#1094)

The intent had always been to have the individual project gitignores be
self contained. In my previous PR
(https://github.com/ente-io/ente/pull/516) I'd for some reason not
followed this: correcting my mistake now. .vscode is gitignored both at
the top level and at the individual project levels (as it was
originally).
This commit is contained in:
Manav Rathi 2024-03-14 09:22:47 +05:30 committed by GitHub
commit 925133a297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

3
auth/.gitignore vendored
View file

@ -9,6 +9,9 @@
.history
.svn/
# Editors
.vscode/
# IntelliJ related
*.iml
*.ipr

5
mobile/.gitignore vendored
View file

@ -9,6 +9,9 @@
.history
.svn/
# Editors
.vscode/
# IntelliJ related
*.iml
*.ipr
@ -25,7 +28,6 @@
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
@ -37,6 +39,5 @@ android/app/.settings/*
android/.settings/
.env
fastlane/report.xml
TensorFlowLiteC.framework