From 5be2c5fbfeab3e793db39d856264f5a0cd7b482d Mon Sep 17 00:00:00 2001 From: Wian Drs Date: Wed, 17 Jun 2026 00:05:20 +0700 Subject: [PATCH] folder bruno --- bruno/Services Core API V1.0/.gitignore | 9 +++++++++ bruno/Services Core API V1.0/opencollection.yml | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 bruno/Services Core API V1.0/.gitignore create mode 100644 bruno/Services Core API V1.0/opencollection.yml diff --git a/bruno/Services Core API V1.0/.gitignore b/bruno/Services Core API V1.0/.gitignore new file mode 100644 index 0000000..e19311f --- /dev/null +++ b/bruno/Services Core API V1.0/.gitignore @@ -0,0 +1,9 @@ +# Secrets +.env* + +# Dependencies +node_modules + +# OS files +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/bruno/Services Core API V1.0/opencollection.yml b/bruno/Services Core API V1.0/opencollection.yml new file mode 100644 index 0000000..f7489cf --- /dev/null +++ b/bruno/Services Core API V1.0/opencollection.yml @@ -0,0 +1,10 @@ +opencollection: 1.0.0 + +info: + name: Services Core API V1.0 +bundled: false +extensions: + bruno: + ignore: + - node_modules + - .git