add config and bruno

This commit is contained in:
Travis Shears 2025-09-30 19:40:21 +02:00
parent 8ceb698f03
commit 472c1b36a7
9 changed files with 708 additions and 7 deletions

9
bruno/Gemlog/bruno.json Normal file
View file

@ -0,0 +1,9 @@
{
"version": "1",
"name": "Gemlog",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}