From 8ace7a1cabe45a3c33bcd9676d068c28aeb233a7 Mon Sep 17 00:00:00 2001 From: alexanderkohler1 <alexander1.kohler@student.reutlingen-university.de> Date: Sun, 15 Jun 2025 21:00:30 +0200 Subject: [PATCH] =?UTF-8?q?Build-Artefakte=20zur=20gitignore=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - main und harmony Executables werden nicht mehr getrackt - Verhindert das Committen von kompilierten Binärdateien --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7a972d2..ad85b08 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,10 @@ config/auth.toml files/**/* !files/.gitkeep +# Build artifacts +main +harmony + .idea .DS_Store -- GitLab