[meta] Reintroduce .vscode in the mobile gitignores

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:20:17 +05:30
parent f884aa6d71
commit 3b10c7e93f
No known key found for this signature in database
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