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
+}