增加新手引导

This commit is contained in:
muwoo
2023-08-02 14:02:30 +08:00
parent 2cdfcbbbae
commit 6cbd5fe15b
18 changed files with 6485 additions and 0 deletions

23
guide/.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?