mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update .gitignore (#4324)
This commit is contained in:
parent
ba482a30a3
commit
94bdefbf01
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user