commit b28e3211284246d94ba833a4a02f41a282ec2e45 Author: Hanser0521 <166898595+Hanser0521@users.noreply.github.com> Date: Thu Jul 16 16:23:01 2026 +0800 Add .gitignore to exclude build and environment files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c815448 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Dependencies and generated build output +node_modules/ +main.js +dist/ +coverage/ + +# Local plugin state and private environment files +data.json +.env +.env.* +!.env.example + +# Design and QA artifacts generated during development +*.png +design-qa.md + +# Logs, archives, and operating-system metadata +*.log +*.zip +.DS_Store