Files
personal-navigation-site/.gitignore
v0 4ad84d247f feat: add new site to "AI & API Services"
Include `cpa.zhuzihan.com/management.html` in the category.

#VERCEL_SKIP

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-01-10 03:54:09 +00:00

27 lines
313 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts