From 50991696c29e138b67596c3c9b862b67c6274393 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 25 Jan 2026 15:33:59 -0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20.gitig?= =?UTF-8?q?nore=20to=20exclude=20logs,=20build=20artifacts,=20and=20sensit?= =?UTF-8?q?ive=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f06235c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist