Add bruno

This commit is contained in:
Owen Schwartz
2024-10-06 17:42:28 -04:00
parent 81017139c5
commit 797f72e1d0
10 changed files with 139 additions and 5 deletions

9
bruno/bruno.json Normal file
View File

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