From 97de71d09e3e5d6037397c94c900713dc0040458 Mon Sep 17 00:00:00 2001 From: tiann Date: Sat, 14 Jan 2023 23:20:37 +0800 Subject: [PATCH] website: Add gitignore --- website/.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/.gitignore b/website/.gitignore index c6bba591..ff9e063c 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -128,3 +128,21 @@ dist .yarn/build-state.yml .yarn/install-state.gz .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