2023-03-07 23:23:54 +08:00
|
|
|
# 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*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|
2023-03-28 00:30:12 +08:00
|
|
|
dev
|
|
|
|
|
2023-04-06 01:22:29 +08:00
|
|
|
.vscode
|
2023-05-16 14:34:35 +08:00
|
|
|
.idea
|
|
|
|
|
|
|
|
# docker-compose env files
|
2023-05-18 00:30:04 +08:00
|
|
|
.env
|
2023-06-15 23:55:18 +08:00
|
|
|
|
|
|
|
*.key
|
2024-07-06 13:05:09 +08:00
|
|
|
*.key.pub
|
2024-07-23 00:51:58 +08:00
|
|
|
|
|
|
|
masks.json
|