From d2a2a4de36a1b60bb917d90b508ea24822300844 Mon Sep 17 00:00:00 2001 From: NanamiAdmin Date: Mon, 9 Mar 2026 18:35:48 +0800 Subject: [PATCH] Initial commit --- .gitignore | 25 +++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..312963c --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# ---> 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 + +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..5aac65c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# frontend +