chore: update .gitignore (#4324)

This commit is contained in:
Richard Shiue 2024-01-07 21:16:38 +08:00 committed by GitHub
parent ba482a30a3
commit 94bdefbf01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.gitignore vendored
View File

@ -21,11 +21,8 @@ node_modules
**/resources/proto **/resources/proto
!frontend/.vscode/settings.json # ignore settings.json
!frontend/.vscode/tasks.json frontend/.vscode/settings.json
!frontend/.vscode/launch.json
!frontend/.vscode/extensions.json
!frontend/.vscode/*.code-snippets
# Commit the highest level pubspec.lock, but ignore the others # Commit the highest level pubspec.lock, but ignore the others
pubspec.lock pubspec.lock
@ -38,11 +35,8 @@ pubspec.lock
**/AppFlowy-Collab/ **/AppFlowy-Collab/
# ignore the deb filegit # ignore generated assets
frontend/package frontend/package
frontend/*.deb frontend/*.deb
**/Cargo.toml.bak **/Cargo.toml.bak
# ignore settings.json
frontend/.vscode/settings.json