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
|
2022-10-20 11:46:33 +02:00
|
|
|
yarn.lock
|
2022-10-19 16:04:42 +02:00
|
|
|
pnpm-lock.yaml
|
2022-10-20 11:46:33 +02:00
|
|
|
package-lock.json
|
2021-12-03 19:04:48 +01:00
|
|
|
.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
|
2022-10-16 16:31:23 +02:00
|
|
|
chrome-extension
|
2022-10-17 00:27:25 +02:00
|
|
|
chrome-extension.pem
|
|
|
|
chrome-extension.crx
|
2022-10-16 16:31:23 +02:00
|
|
|
bruno.zip
|
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/
|