Skip to content

Commit

Permalink
重构文档系统
Browse files Browse the repository at this point in the history
  • Loading branch information
microrain authored and microrain committed Feb 5, 2024
1 parent 538e603 commit aa195cb
Show file tree
Hide file tree
Showing 434 changed files with 27,418 additions and 4,382 deletions.
30 changes: 19 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
Thumbs.db
db.json
*.log
node_modules/
.deploy*/
package-lock.json
yarn.lock
.vitepress/dist
*.local
pnpm-lock.yaml
.idea
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit aa195cb

Please sign in to comment.