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