From 0bfb2c2fc361069729b298d788323668646b8144 Mon Sep 17 00:00:00 2001 From: Whykioh Date: Thu, 30 Apr 2026 13:46:00 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab5e67e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +.env +dist/ +.DS_Store \ No newline at end of file