mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
410eecc884
* feature(postman_tests_scripts): automatic tests and scripts translation from postman import --------- Co-authored-by: Baptiste POULAIN <baptistepoulain@MAC882.local> Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
49 lines
604 B
Plaintext
49 lines
604 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
bun.lockb
|
|
node_modules
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
.pnp
|
|
.pnp.js
|
|
bun.lockb
|
|
bun.lock
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# production
|
|
build
|
|
chrome-extension
|
|
chrome-extension.pem
|
|
chrome-extension.crx
|
|
bruno.zip
|
|
*.zip
|
|
|
|
# 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
|
|
|
|
# next.js
|
|
/renderer
|
|
/renderer/.next/
|
|
/renderer/out/
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
#dev editor
|
|
bruno.iml
|
|
.idea |