From 92aaba7a5bd0e31de899af853f27d4c636f59ce5 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 26 Apr 2024 13:04:36 +0200 Subject: [PATCH] Initializes bruno for requests --- bruno/bruno.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bruno/bruno.json diff --git a/bruno/bruno.json b/bruno/bruno.json new file mode 100644 index 0000000..c8b8e39 --- /dev/null +++ b/bruno/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "freed", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file