From 59878fb19092adf77716436287bb9a5b1335d40f Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 3 Dec 2025 22:11:44 +0100 Subject: [PATCH] remove vscode settings and package.json --- .gitignore | 2 -- test/test_api/package.json | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 test/test_api/package.json diff --git a/.gitignore b/.gitignore index 81f1795f6..bb18f41fa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ .vscode/c_cpp_properties.json .vscode/extensions.json .vscode/launch.json -.vscode/settings.json # c++ compiling .clang_complete @@ -73,7 +72,6 @@ logs/* sdkconfig.* sdkconfig_tasmota_esp32 pnpm-lock.yaml -package.json .cache/ interface/.tsbuildinfo test/test_api/package-lock.json diff --git a/test/test_api/package.json b/test/test_api/package.json new file mode 100644 index 000000000..c6bf7266a --- /dev/null +++ b/test/test_api/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "axios": "^1.13.2" + } +}