Files
gitlab-instance-0a899031_na…/.gitignore
2025-11-13 05:05:53 +08:00

49 lines
516 B
Plaintext

/.idea/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# 环境变量
.env*.local
/.cloudflare/
# Webpack 缓存
cache/
.cache/
*.pack
# 框架特定缓存
.next/cache/
dist/cache/
build/cache/