From 0a0ffbdb235e01ee3b63745e3d4045e032d42216 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sat, 17 May 2025 15:54:30 +0800 Subject: [PATCH] update git --- .gitignore | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c277352..a6e5558 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,66 @@ -dist node_modules +# mac .DS_Store -.env \ No newline at end of file + +.env* +!.env*example + +dist +build +logs + +.turbo + +pack-dist + +# astro +.astro + +# next +.next + +# nuxt +.nuxt + +# vercel +.vercel + +# vuepress +.vuepress/dist + +# coverage +coverage/ + +# typescript +*.tsbuildinfo + +# debug logs +*.log +*.tmp + +# vscode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +# idea +.idea + +# system +Thumbs.db +ehthumbs.db +Desktop.ini + +# temp files +*.tmp +*.temp + +# local development +*.local + +public/r + +.pnpm-store \ No newline at end of file