mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
23 lines
203 B
Plaintext
23 lines
203 B
Plaintext
|
# dependencies
|
||
|
node_modules
|
||
|
yarn.lock
|
||
|
pnpm-lock.yaml
|
||
|
package-lock.json
|
||
|
.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# testing
|
||
|
coverage
|
||
|
|
||
|
# production
|
||
|
dist
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
*.pem
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|