From 94bdefbf016b15f28b46805f5e4e75ee78b07c30 Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:16:38 +0800 Subject: [PATCH] chore: update .gitignore (#4324) --- .gitignore | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index bde156cd81..f1f08e6128 100644 --- a/.gitignore +++ b/.gitignore @@ -21,11 +21,8 @@ node_modules **/resources/proto -!frontend/.vscode/settings.json -!frontend/.vscode/tasks.json -!frontend/.vscode/launch.json -!frontend/.vscode/extensions.json -!frontend/.vscode/*.code-snippets +# ignore settings.json +frontend/.vscode/settings.json # Commit the highest level pubspec.lock, but ignore the others pubspec.lock @@ -38,11 +35,8 @@ pubspec.lock **/AppFlowy-Collab/ -# ignore the deb filegit +# ignore generated assets frontend/package frontend/*.deb **/Cargo.toml.bak - -# ignore settings.json -frontend/.vscode/settings.json