Explorar el Código

fix empty launch config .vscode and add to the .gitignore for future issue (#2191)

Signed-off-by: Alan Rodrigues <alanr5691@yahoo.com>
Alan Rodrigues hace 2 años
padre
commit
0f9c2ceecf
Se han modificado 2 ficheros con 3 adiciones y 7 borrados
  1. 3 0
      .gitignore
  2. 0 7
      .vscode/launch.json

+ 3 - 0
.gitignore

@@ -10,3 +10,6 @@ cmd/costmodel/costmodel
 cmd/costmodel/costmodel-amd64
 cmd/costmodel/costmodel-arm64
 pkg/cloud/azureorphan_test.go
+
+# VS Code
+.vscode

+ 0 - 7
.vscode/launch.json

@@ -1,7 +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": []
-}