From 844bcf575bfe932e170cdaf51f467b68259313f4 Mon Sep 17 00:00:00 2001
From: Josua Oppermann <josua.oppermann@gmail.com>
Date: Thu, 9 Jan 2025 15:28:31 +0100
Subject: [PATCH] launch.json ignore

---
 .gitignore          | 1 +
 .vscode/launch.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ba698c7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.vscode/launch.json
diff --git a/.vscode/launch.json b/.vscode/launch.json
index e6fbc72..ead8483 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -16,7 +16,7 @@
             "name": "Launch GameUI",
             "request": "launch",
             "mainClass": "GameUI",
-            "vmArgs": "--module-path c:/Users/david/Desktop/swt2/javafx-sdk-23.0.1/lib --add-modules javafx.controls,javafx.fxml"
+            "vmArgs": "--module-path /home/derrentner/.javalib/javafx-sdk-23.0.1/lib --add-modules javafx.controls,javafx.fxml"
         }
     ]
 }
\ No newline at end of file
-- 
GitLab