Add .gitignore to exclude build and environment files

This commit is contained in:
Hanser0521 2026-07-16 16:23:01 +08:00 committed by GitHub
commit b28e321128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
.gitignore vendored Normal file
View file

@ -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