From de80ed87b8339f23624642786698057a62bdf779 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 23 十一月 2021 11:25:48 +0800 Subject: [PATCH] Fix the communication failure issue when the registered applications exceeds the fixed amount. --- .gitignore | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index deff700..4064938 100644 --- a/.gitignore +++ b/.gitignore @@ -37,8 +37,13 @@ *.app *.tar *.tar.gz +*.d .vscode/ +.idea/ build/ +dest/ +cmake-build-debug/ *.tmp -*.txt +core +tags -- Gitblit v1.8.0