From 93001d715c38b296bedf2b2e5f4d1efb3151f666 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 14 十一月 2019 16:31:24 +0800 Subject: [PATCH] fix:set the plate sdk parameters by api --- .gitignore | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0def275..3fc2e8f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,17 +5,22 @@ *.obj # Compiled Dynamic libraries -*.so +# *.so *.dylib *.dll # Compiled Static libraries *.lai *.la -*.a +# *.a *.lib # Executables *.exe *.out *.app + + +build/ +.vscode/ +.idea/ -- Gitblit v1.8.0