commit d2a2a4de36a1b60bb917d90b508ea24822300844 Author: NanamiAdmin Date: Mon Mar 9 18:35:48 2026 +0800 Initial commit 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 +