From 3dec07fce460f60b140d7d615e87a9d6d4acf4c7 Mon Sep 17 00:00:00 2001
From: Ole Langbehn <ole.langbehn@inoio.de>
Date: Fri, 21 Feb 2025 17:36:19 +0100
Subject: [PATCH] chore: add .gitlab-ci-local to root .gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2161696..53d49ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ apns-test/apns_keyfile_staging.p8
 .idea/
 data-push-gateway/fcm_keyfile.json
 terraform*.log
+/.gitlab-ci-local
-- 
GitLab