From 21ec32b61819f58b34b5419bc44ad9cb730991d8 Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:37:32 +0200 Subject: [PATCH] remove test.asyncapi-cli + add it to the .gitignore --- .gitignore | 2 +- test.asyncapi-cli | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 test.asyncapi-cli diff --git a/.gitignore b/.gitignore index 2a3c0db76c6..dc97992df99 100644 --- a/.gitignore +++ b/.gitignore @@ -14,12 +14,12 @@ !assets/examples/tutorial.yml node_modules /test/integration/generate/models/ +test.asyncapi-cli asyncapi.json asyncapi.yml test/fixtures/minimaltemplate/__transpiled .vscode - oclif.manifest.json spec-examples.zip diff --git a/test.asyncapi-cli b/test.asyncapi-cli deleted file mode 100644 index 5282efc6599..00000000000 --- a/test.asyncapi-cli +++ /dev/null @@ -1 +0,0 @@ -{"store":{}} \ No newline at end of file