初始化知识库

This commit is contained in:
2022-07-06 19:57:16 +08:00
commit 54a5479720
15 changed files with 412 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Node modules
node_modules/
# Dist files
dist/
lib/
# Test coverage files
coverage/
# MacOS Desktop Services Store
.DS_Store
# Log files
*.log
# IDE setting files
.idea
.vscode
# Temp files
yarn.lock
package-lock.json
.vite_opt_cache
# Other files
/src/client/shared.ts
/src/node/shared.ts
pnpm-global
TODOs.md