chore: add .env to .gitignore

Prevent accidental commit of environment variable files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hfshfg
2026-04-13 11:33:06 +08:00
parent b0be519d25
commit 6685f6be51

4
.gitignore vendored
View File

@@ -48,3 +48,7 @@ usb-release/toolkit/*.pkg
usb-release/toolkit/*.msi usb-release/toolkit/*.msi
usb-release/toolkit/*.tar.gz usb-release/toolkit/*.tar.gz
usb-release/toolkit/*.zip usb-release/toolkit/*.zip
# ── Environment variables ──
.env
.env.*