From a076c93e6c4949f626e799310788872910bb2b81 Mon Sep 17 00:00:00 2001
From: iMaeGoo <mail1st@qq.com>
Date: Mon, 6 Jan 2025 15:33:43 +0800
Subject: [PATCH] fix: ignore env file when publish

---
 .npmignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.npmignore b/.npmignore
index 1b0b4c133..5723ae6b2 100644
--- a/.npmignore
+++ b/.npmignore
@@ -3,6 +3,7 @@
 .DS_Store
 .babelrc
 .editorconfig
+.env
 .eslintignore
 .eslintrc.js
 .github