增加nodejs相关的忽略文件

This commit is contained in:
Wu Jian Ping 2022-07-21 22:36:37 +08:00
parent e761381d0e
commit 159ec582f6
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -9,6 +9,7 @@
*.xdb *.xdb
*.iml *.iml
META-INF/ META-INF/
.DS_Store
# Binary Files # # Binary Files #
*.jar *.jar
@ -71,6 +72,9 @@ target
/v1.0/binding/nodejs/coverage /v1.0/binding/nodejs/coverage
/binding/nodejs/tests/unitTests/__snapshots__ /binding/nodejs/tests/unitTests/__snapshots__
/binding/nodejs/coverage /binding/nodejs/coverage
/binding/nodejs/node_modules
/binding/nodejs/.nyc_output
/bingind/nodejs/package-lock.json
# maker # maker
## golang ## golang