From f5ec65382e6f0729cc6f530018063d72f87514aa Mon Sep 17 00:00:00 2001 From: cheliequan <liequanche@126.com> Date: 星期二, 07 二月 2023 15:48:24 +0800 Subject: [PATCH] add FilterResult protobuf struct between dataprocess and ruleserver --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index bb73550..dc5c959 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.o *.a *.so +.idea +.vscode # Folders _obj -- Gitblit v1.8.0