2022-09-11 19:37:24 +05:30
|
|
|
# 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
|
2025-01-19 23:13:30 +03:00
|
|
|
.env
|
2022-09-11 19:37:24 +05:30
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
2022-11-13 17:29:47 +05:30
|
|
|
next-env.d.ts
|
2022-09-11 19:37:24 +05:30
|
|
|
|
|
|
|
#just dev stuff
|
|
|
|
dev/*
|
2022-11-13 17:29:47 +05:30
|
|
|
|
2025-01-19 23:13:30 +03:00
|
|
|
# other lockfiles
|
2022-10-31 17:28:27 -04:00
|
|
|
yarn.lock
|
2022-11-13 17:29:47 +05:30
|
|
|
package-lock.json
|
2022-10-31 17:28:27 -04:00
|
|
|
|
|
|
|
# docker
|
2022-11-13 17:29:47 +05:30
|
|
|
docker-compose.yml
|
2025-01-19 23:13:30 +03:00
|
|
|
dump.rdb
|