chore: ignore proto files

This commit is contained in:
appflowy
2022-06-17 16:51:18 +08:00
parent d30d42e841
commit 5345c668bb
26 changed files with 1 additions and 381 deletions

View File

@ -1,18 +0,0 @@
syntax = "proto3";
enum FolderNotification {
Unknown = 0;
UserCreateWorkspace = 10;
UserDeleteWorkspace = 11;
WorkspaceUpdated = 12;
WorkspaceListUpdated = 13;
WorkspaceAppsChanged = 14;
WorkspaceSetting = 15;
AppUpdated = 21;
AppViewsChanged = 24;
ViewUpdated = 31;
ViewDeleted = 32;
ViewRestored = 33;
UserUnauthorized = 100;
TrashUpdated = 1000;
}

View File

@ -1,29 +0,0 @@
syntax = "proto3";
enum FolderEvent {
CreateWorkspace = 0;
ReadCurWorkspace = 1;
ReadWorkspaces = 2;
DeleteWorkspace = 3;
OpenWorkspace = 4;
ReadWorkspaceApps = 5;
CreateApp = 101;
DeleteApp = 102;
ReadApp = 103;
UpdateApp = 104;
CreateView = 201;
ReadView = 202;
UpdateView = 203;
DeleteView = 204;
DuplicateView = 205;
CloseView = 206;
ReadViewInfo = 207;
CopyLink = 220;
SetLatestView = 221;
MoveFolderItem = 230;
ReadTrash = 300;
PutbackTrash = 301;
DeleteTrash = 302;
RestoreAllTrash = 303;
DeleteAllTrash = 304;
}