From 7d0c06b86c2bea9a4f1c50e45f8f2bcf29157c8f Mon Sep 17 00:00:00 2001
From: Piotr Biernat <keedosn@gmail.com>
Date: Sat, 24 Jun 2023 15:38:18 +0200
Subject: [PATCH] added .gitignore file

---
 .gitignore                        |  1 +
 api-gateway/.vscode/launch.json   | 15 ---------------
 api-gateway/.vscode/settings.json |  4 ----
 3 files changed, 1 insertion(+), 19 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 api-gateway/.vscode/launch.json
 delete mode 100644 api-gateway/.vscode/settings.json

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