From a43cb18cbccf6e13e154a5abd7a844f737dc47b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Wed, 4 Oct 2023 19:20:35 +0200
Subject: [PATCH] Gitignore => Add Version file

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 43a8d15..530db92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
 aws.xml
 workspace.xml
+.gitlab-ci-local
+Wiki/.idea
+
+ExerciseChecker/src/config/Version.ts
 
 ############################ MacOS
 # General
-- 
GitLab