diff --git a/.gitignore b/.gitignore index 7f565da..55b3403 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.tgz node_modules/* -*.yaml \ No newline at end of file +*.yaml +dist/* \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 18de226..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - - { - "type": "chrome", - "request": "launch", - "name": "针对 localhost 启动 Chrome", - "url": "http://localhost:8080", - "webRoot": "${workspaceFolder}" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 910e274..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - // libs工作区必须使用相对路径进行导入! - "typescript.preferences.importModuleSpecifier": "relative", - "javascript.preferences.importModuleSpecifier": "relative" -} \ No newline at end of file