bruno/.gitignore

32 lines
382 B
Plaintext
Raw Normal View History

2021-12-03 17:12:22 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
2021-12-03 17:12:22 +01:00
.pnp.js
# testing
coverage
2021-12-03 17:12:22 +01:00
# production
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
/renderer/.next/
/renderer/out/