website: Add gitignore

This commit is contained in:
tiann
2023-01-14 23:20:37 +08:00
parent 5a8acea84e
commit 97de71d09e

18
website/.gitignore vendored
View File

@@ -128,3 +128,21 @@ dist
.yarn/build-state.yml .yarn/build-state.yml
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
# from: https://github.com/vuejs/vitepress/blob/main/.gitignore
/coverage
/src/client/shared.ts
/src/node/shared.ts
*.log
*.tgz
.DS_Store
.idea
.temp
.vite_opt_cache
.vscode
dist
cache
examples-temp
node_modules
pnpm-global
TODOs.md