diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722d5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/api-gateway/.vscode/launch.json b/api-gateway/.vscode/launch.json deleted file mode 100644 index 2403c85..0000000 --- a/api-gateway/.vscode/launch.json +++ /dev/null @@ -1,15 +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": "java", - "name": "Debug App", - "request": "launch", - "mainClass": "com.egommerce.apigateway.Bootstrap", - "projectName": "api-gateway" - } - ] -} \ No newline at end of file diff --git a/api-gateway/.vscode/settings.json b/api-gateway/.vscode/settings.json deleted file mode 100644 index 89a7e88..0000000 --- a/api-gateway/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "java.configuration.updateBuildConfiguration": "interactive", - "maven.view": "hierarchical" -} \ No newline at end of file