From d4fd71d0bc8426bb3cb4a3e37721615f429e74a6 Mon Sep 17 00:00:00 2001 From: wuyu Date: Sun, 13 Oct 2024 17:50:27 +0800 Subject: [PATCH] Initial commit --- .gitignore | 13 +++++++++++++ README.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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