Pārlūkot izejas kodu

通辽运维系统1.0

dylan 2 gadi atpakaļ
vecāks
revīzija
333efcb581
2 mainītis faili ar 2 papildinājumiem un 21 dzēšanām
  1. 2 1
      .gitignore
  2. 0 20
      .vscode/launch.json

+ 2 - 1
.gitignore

@@ -22,4 +22,5 @@ yarn-error.log*
 *.njsproj
 *.sln
 *.sw*
-*.lock
+*.lock
+.vscode

+ 0 - 20
.vscode/launch.json

@@ -1,20 +0,0 @@
-{
-    // Use IntelliSense to learn about possible attributes.
-    // Hover to view descriptions of existing attributes.
-    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
-    "version": "0.2.0",
-    "configurations": [
-      {
-        "type": "chrome",
-        "request": "attach",
-        "name": "Attach to Chrome",
-        "port": 9222,
-        "webRoot": "${workspaceRoot}/src",
-        "url": "http://localhost:1888/#/",
-        "sourceMaps": true,
-        "sourceMapPathOverrides": {
-          "webpack:///src/*": "${webRoot}/*"
-        }
-      }
-    ]
-  }