From 20ffc89ef1ffdd20f25e18cc7c8304c24ac255cc Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 19:31:31 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..189c0f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +node_modules/ +dist/ +.env +*.log +.DS_Store +coverage/ +.nyc_output/