From f3f279f37c82548b5ba91c4c938836982c3518ca Mon Sep 17 00:00:00 2001
From: Pierrick <pchebel@gmail.com>
Date: Thu, 15 Jul 2021 17:27:25 +0200
Subject: [PATCH] fix: recorder's '.gitignore' is no longer pushed/pulled on
 the repo

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

diff --git a/.gitignore_recorder b/.gitignore_recorder
index ba9a0fe2..7d1a7b68 100644
--- a/.gitignore_recorder
+++ b/.gitignore_recorder
@@ -177,3 +177,7 @@ dist
 # .pnp.*
 
 # End of https://www.toptal.com/developers/gitignore/api/maven,java,node,yarn,kotlin
+
+# The following line is to prevent the '.gitignore' file from being pushed on the user's repo
+# That way, it will not be pulled in the user's directory when the container starts
+.gitignore
\ No newline at end of file
-- 
GitLab