commit d4fd71d0bc8426bb3cb4a3e37721615f429e74a6 Author: wuyu Date: Sun Oct 13 17:50:27 2024 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..60d7971c --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> AL +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* + diff --git a/README.md b/README.md new file mode 100644 index 00000000..67696a2c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# qauMaWeb + +前端 \ No newline at end of file