소스 검색

通辽运维系统1.0

dylan 2 년 전
부모
커밋
333efcb581
2개의 변경된 파일2개의 추가작업 그리고 21개의 파일을 삭제
  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}/*"
-        }
-      }
-    ]
-  }