From 5171ccee9e7a8e6a44af4c9172b013bc5ae72e7c Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Tue, 10 Sep 2024 09:09:23 -0500 Subject: [PATCH] Node: Fixes missing dist file. Fixes #418 --- sdks/node/.gitignore | 1 - sdks/node/templates/gitignore | 1 - 2 files changed, 2 deletions(-) diff --git a/sdks/node/.gitignore b/sdks/node/.gitignore index 9954e5824..e3372030c 100644 --- a/sdks/node/.gitignore +++ b/sdks/node/.gitignore @@ -1,7 +1,6 @@ wwwroot/*.js node_modules typings -dist # CUSTOM - BEGIN test.* *.tgz diff --git a/sdks/node/templates/gitignore b/sdks/node/templates/gitignore index 9954e5824..e3372030c 100644 --- a/sdks/node/templates/gitignore +++ b/sdks/node/templates/gitignore @@ -1,7 +1,6 @@ wwwroot/*.js node_modules typings -dist # CUSTOM - BEGIN test.* *.tgz