diff --git a/bruno/Services Core API V1.0/.gitignore b/bruno/Services Core API V1.0/.gitignore new file mode 100644 index 00000000..e19311fa --- /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 00000000..f7489cfd --- /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