commit 897d45d443d0054f005383ed64e241c990bc0a5e Author: agtuser Date: Mon Aug 14 15:36:48 2023 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8c2b884f --- /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/README.md b/README.md new file mode 100644 index 00000000..8c3dfa92 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ems_backend + +后端 \ No newline at end of file