chenrui  3 年之前
父节点
当前提交
a3e96dc5ca
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      .gitignore
  2. 3 0
      .vscode/settings.json

+ 1 - 0
.gitignore

@@ -11,3 +11,4 @@ bin-release/
 # should NOT be excluded as they contain compiler settings and other important
 # information for Eclipse / Flash Builder.
 
+node_modules

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "git.ignoreLimitWarning": true
+}