commit 8974b93215ff1c6edfe7e3282f59193dbdd90929 Author: ddmt Date: Sun Feb 16 14:11:24 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c2b884 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..684833f --- /dev/null +++ b/LICENSE @@ -0,0 +1,6 @@ +As a special exception, if you link this library with files +compiled with a GNU compiler to produce an executable, this +does not cause the resulting executable to be covered by +the GNU General Public License. This exception does not +however invalidate any other reasons why the executable +file might be covered by the GNU General Public License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..33317a7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Sensor-simulator + +环境传感设备模拟器 \ No newline at end of file