From 2226708769858875268d48f7ac7467bb7683d402 Mon Sep 17 00:00:00 2001 From: breakon Date: Fri, 25 Mar 2022 17:45:20 +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 0000000..60d7971 --- /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 0000000..1d28975 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# blog + +博客展示 \ No newline at end of file