diff --git a/.gitignore b/.gitignore index 7b448f0f..b183c91a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,16 +19,7 @@ target/ *.iml *.ipr -### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ -build/ - -### VS Code ### -.vscode/ - +### front ### +**/dist **/node_modules diff --git a/smart-admin-web/javascript-ant-design-vue3/.vscode/launch.json b/smart-admin-web/javascript-ant-design-vue3/.vscode/launch.json new file mode 100644 index 00000000..338d1d43 --- /dev/null +++ b/smart-admin-web/javascript-ant-design-vue3/.vscode/launch.json @@ -0,0 +1,26 @@ +{ + // 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": "vscode-edge-devtools.debug", + "name": "Open Edge DevTools", + "request": "attach", + "url": "http://localhost:8081", // Provide your project's url to finish configuring + "presentation": { + "hidden": true + } + } + ], + "compounds": [ + { + "name": "Launch Edge Headless and attach DevTools", + "configurations": [ + "Launch Microsoft Edge in headless mode", + "Open Edge DevTools" + ] + }, + ] +} \ No newline at end of file