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,6 +0,0 @@
syntax = "proto3";
message FlowyError {
int32 code = 1;
string msg = 2;
}