初始化知识库
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user