From 195b9eddf305dfb9b5cf2124d99419cd94d08caa Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 00:54:44 +0000 Subject: [PATCH] Initial commit: Add project structure and configuration files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af3f68a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +dist +.env +*.log +.DS_Store