From 159ec582f63f98a4d10ec6995a9768437f37ee60 Mon Sep 17 00:00:00 2001 From: Wu Jian Ping Date: Thu, 21 Jul 2022 22:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0nodejs=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E7=9A=84=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ce243fa..e05ff88 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.xdb *.iml META-INF/ +.DS_Store # Binary Files # *.jar @@ -71,6 +72,9 @@ target /v1.0/binding/nodejs/coverage /binding/nodejs/tests/unitTests/__snapshots__ /binding/nodejs/coverage +/binding/nodejs/node_modules +/binding/nodejs/.nyc_output +/bingind/nodejs/package-lock.json # maker ## golang