2021-12-03 17:12:22 +01:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2024-03-13 14:10:31 +01:00
|
|
|
bun.lockb
|
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
|
2021-12-03 19:04:48 +01:00
|
|
|
.pnp
|
2021-12-03 17:12:22 +01:00
|
|
|
.pnp.js
|
2023-12-28 16:45:00 +01:00
|
|
|
bun.lockb
|
|
|
|
bun.lock
|
2021-12-03 17:12:22 +01:00
|
|
|
|
|
|
|
# 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
|
2022-10-29 20:39:24 +02:00
|
|
|
*.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/
|
2022-10-24 21:12:53 +02:00
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/playwright/.cache/
|
2023-09-29 08:55:26 +02:00
|
|
|
|
|
|
|
#dev editor
|
|
|
|
bruno.iml
|
|
|
|
.idea
|