2022-09-11 14:07:24 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
2022-11-13 11:59:47 +00:00
|
|
|
next-env.d.ts
|
2022-09-11 14:07:24 +00:00
|
|
|
|
|
|
|
#just dev stuff
|
|
|
|
dev/*
|
2022-11-13 11:59:47 +00:00
|
|
|
|
|
|
|
# other lockfiles
|
2022-10-31 21:28:27 +00:00
|
|
|
yarn.lock
|
2022-11-13 11:59:47 +00:00
|
|
|
package-lock.json
|
2022-10-31 21:28:27 +00:00
|
|
|
|
|
|
|
# docker
|
2022-11-13 11:59:47 +00:00
|
|
|
docker-compose.yml
|
|
|
|
dump.rdb
|