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