mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
* refactor: update YML parsing and stringification to utilize 'bruno' extensions for ignore and presets * fix
16 lines
236 B
YAML
16 lines
236 B
YAML
opencollection: "1.0.0"
|
|
info:
|
|
name: Test OpenCollection
|
|
|
|
extensions:
|
|
bruno:
|
|
ignore:
|
|
- node_modules
|
|
- .git
|
|
|
|
request:
|
|
headers:
|
|
- name: X-Collection-Header
|
|
value: collection-header-value
|
|
enabled: true
|