2021-12-03 17:12:22 +01:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2021-12-03 19:04:48 +01:00
|
|
|
node_modules
|
|
|
|
.pnp
|
2021-12-03 17:12:22 +01:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
2021-12-03 19:04:48 +01:00
|
|
|
coverage
|
2021-12-03 17:12:22 +01:00
|
|
|
|
|
|
|
# production
|
2021-12-03 19:04:48 +01:00
|
|
|
build
|
2021-12-03 17:12:22 +01:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2022-03-05 18:37:48 +01:00
|
|
|
|
|
|
|
# next.js
|
2022-10-10 00:40:45 +02:00
|
|
|
/renderer
|
2022-03-05 18:37:48 +01:00
|
|
|
/renderer/.next/
|
|
|
|
/renderer/out/
|