From a46e5b3db0399f748fb823bbe3792dc86bdca36b Mon Sep 17 00:00:00 2001
From: Jesus Galaz <jesusgalazr@icloud.com>
Date: Sun, 6 Oct 2024 22:36:08 +0200
Subject: [PATCH] Adding tempCodeRunnerFile.js to .gitignore

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8e36a30..082cb16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 .DS_Store
 node_modules/
-.env
\ No newline at end of file
+.env
+tempCodeRunnerFile.js
\ No newline at end of file
-- 
GitLab