From 3aa087d68872a4f1f2fc048a2fb7da5ffd7412fa Mon Sep 17 00:00:00 2001 From: Michael Zhou Date: Sat, 16 Feb 2019 02:40:20 -0700 Subject: [PATCH] Ignore the .tgz file generated by "npm pack" --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f69734a..6b701d9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /tsout/ node_modules/ .vscode/* +celer-web-sdk-*.tgz