From 94f972d12ac2e20be30dc429c28685d1de9e77f2 Mon Sep 17 00:00:00 2001 From: wulin Date: Sat, 7 Oct 2023 11:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + iot-gateway/.gitignore | 10 ++++++++++ iot-modules/iot-admin-http-api/.gitignore | 10 ++++++++++ iot-modules/iot-box-user-api/.gitignore | 10 ++++++++++ iot-modules/iot-box-websocket-api/.gitignore | 10 ++++++++++ iot-modules/iot-customer-http-api/.gitignore | 10 ++++++++++ 6 files changed, 51 insertions(+) diff --git a/.gitignore b/.gitignore index 68dd0e4..195ab7b 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ build/ *.log /logs/ +logs/ logs/** /logs/** **/logs/** diff --git a/iot-gateway/.gitignore b/iot-gateway/.gitignore index 549e00a..fb1bf22 100644 --- a/iot-gateway/.gitignore +++ b/iot-gateway/.gitignore @@ -31,3 +31,13 @@ build/ ### VS Code ### .vscode/ + +*.log +/logs/ +logs/ +logs/** +/logs/** +**/logs/** +logs/**/** +/logs/**/** +**/logs/**/** \ No newline at end of file diff --git a/iot-modules/iot-admin-http-api/.gitignore b/iot-modules/iot-admin-http-api/.gitignore index 549e00a..fb1bf22 100644 --- a/iot-modules/iot-admin-http-api/.gitignore +++ b/iot-modules/iot-admin-http-api/.gitignore @@ -31,3 +31,13 @@ build/ ### VS Code ### .vscode/ + +*.log +/logs/ +logs/ +logs/** +/logs/** +**/logs/** +logs/**/** +/logs/**/** +**/logs/**/** \ No newline at end of file diff --git a/iot-modules/iot-box-user-api/.gitignore b/iot-modules/iot-box-user-api/.gitignore index 702ebff..47852ba 100644 --- a/iot-modules/iot-box-user-api/.gitignore +++ b/iot-modules/iot-box-user-api/.gitignore @@ -37,3 +37,13 @@ build/ ### Mac OS ### .DS_Store /logs/ + +*.log +/logs/ +logs/ +logs/** +/logs/** +**/logs/** +logs/**/** +/logs/**/** +**/logs/**/** \ No newline at end of file diff --git a/iot-modules/iot-box-websocket-api/.gitignore b/iot-modules/iot-box-websocket-api/.gitignore index 549e00a..fb1bf22 100644 --- a/iot-modules/iot-box-websocket-api/.gitignore +++ b/iot-modules/iot-box-websocket-api/.gitignore @@ -31,3 +31,13 @@ build/ ### VS Code ### .vscode/ + +*.log +/logs/ +logs/ +logs/** +/logs/** +**/logs/** +logs/**/** +/logs/**/** +**/logs/**/** \ No newline at end of file diff --git a/iot-modules/iot-customer-http-api/.gitignore b/iot-modules/iot-customer-http-api/.gitignore index 549e00a..fb1bf22 100644 --- a/iot-modules/iot-customer-http-api/.gitignore +++ b/iot-modules/iot-customer-http-api/.gitignore @@ -31,3 +31,13 @@ build/ ### VS Code ### .vscode/ + +*.log +/logs/ +logs/ +logs/** +/logs/** +**/logs/** +logs/**/** +/logs/**/** +**/logs/**/** \ No newline at end of file