mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
* chore: update saveRequest calls from example to include silent parameter - Modified multiple components to pass an additional `true` parameter to the `saveRequest` function, ensuring requests are saved silently when it comes to examples. - Added AGENTS.md to .gitignore to exclude it from version control. * feat: add success notifications for cloning, renaming and deleting examples * refactor: update saveRequest calls to handle success notifications for renaming and deleting examples * refactor: remove unused toast import from DeleteResponseExampleModal
66 lines
845 B
Plaintext
66 lines
845 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
|
|
.vscode
|
|
.cursor
|
|
|
|
# Playwright
|
|
/blob-report/
|
|
|
|
# Development plan files
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
*.plan.md
|
|
|
|
# packages dist
|
|
packages/bruno-filestore/dist
|
|
packages/bruno-requests/dist
|
|
packages/bruno-schema-types/dist
|
|
packages/bruno-converters/dist
|