2023-03-07 15:23:54 +00: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-27 16:30:12 +00:00
|
|
|
dev
|
|
|
|
|
2023-04-05 17:22:29 +00:00
|
|
|
.vscode
|
2023-05-16 06:34:35 +00:00
|
|
|
.idea
|
|
|
|
|
|
|
|
# docker-compose env files
|
2023-05-17 16:30:04 +00:00
|
|
|
.env
|
2023-06-15 15:55:18 +00:00
|
|
|
|
|
|
|
*.key
|
|
|
|
*.key.pub
|