diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:19:17 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:19:17 -0700 |
| commit | c95c0a56cd994ff09c3aee767949a88752642409 (patch) | |
| tree | 0d89cb2e4a17cd8c004b3b2a3a1e648f1b720492 /.gitignore | |
| parent | 8e1b5f1acb359bdd2fd8fa644f97274e6429b779 (diff) | |
migrate docs to vitepress
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b2c89f --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +/coverage +/src/client/shared.ts +/src/node/shared.ts +*.log +*.tgz +.DS_Store +.idea +.temp +.vite_opt_cache +.vscode +dist +cache +temp +examples-temp +node_modules +pnpm-global +TODOs.md
\ No newline at end of file |
