From 0d60f52b81190aa139b7327e1c7686aa00482b40 Mon Sep 17 00:00:00 2001 From: ChK Date: Mon, 22 Dec 2025 15:19:08 +0100 Subject: [PATCH] Initial commit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0926a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +dist/ +.env +*.log