From 3b10c7e93f747219c47d95ec1caa2b0461814768 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 14 Mar 2024 09:20:17 +0530 Subject: [PATCH] [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). --- auth/.gitignore | 3 +++ mobile/.gitignore | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/auth/.gitignore b/auth/.gitignore index b909f8341..3d6f77b84 100644 --- a/auth/.gitignore +++ b/auth/.gitignore @@ -9,6 +9,9 @@ .history .svn/ +# Editors +.vscode/ + # IntelliJ related *.iml *.ipr diff --git a/mobile/.gitignore b/mobile/.gitignore index 47e6ea41b..b6ee5c616 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -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