From 15e0199c2e1607f1523b2d07b594833b9edc8b47 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sun, 28 Dec 2025 19:37:43 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04d062d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +.env +serviceAccountKey.json +.DS_Store \ No newline at end of file