2024-01-18 15:46:18 +08:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
.yarn/install-state.gz
|
|
|
|
|
|
|
|
# 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
|
2024-02-18 20:06:59 +08:00
|
|
|
# .env*.local
|
2024-01-18 15:46:18 +08:00
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|
|
|
|
|
2024-02-08 10:29:21 +08:00
|
|
|
pass
|
|
|
|
.env
|
2024-04-01 15:39:51 +08:00
|
|
|
# .env.local
|
2024-02-10 13:12:45 +08:00
|
|
|
|
|
|
|
.vercel
|
2024-02-10 17:35:51 +08:00
|
|
|
post.md
|
2024-02-11 22:49:17 +08:00
|
|
|
|
|
|
|
# Sentry Config File
|
|
|
|
.sentryclirc
|
2024-02-17 12:10:03 +08:00
|
|
|
|
|
|
|
#vitepress
|
|
|
|
docs/.vitepress/dist/*
|
2024-02-17 19:54:51 +08:00
|
|
|
node_modules
|
|
|
|
dist
|
2024-02-19 16:57:29 +08:00
|
|
|
cache
|
|
|
|
# Sentry Config File
|
|
|
|
.sentryclirc
|