Skip to content

Commit 969230a

Browse files
authored
docs: add missing asterisk (#806)
1 parent f3b09cf commit 969230a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/env-and-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ NEW_KEY3=test$KEY # test123
7575
7676
:::warning 安全注意事项
7777
78-
- `.env.*.local` 文件应是本地的,可以包含敏感变量。你应该将 `.local` 添加到你的 `.gitignore` 中,以避免它们被 git 检入。
78+
- `.env.*.local` 文件应是本地的,可以包含敏感变量。你应该将 `*.local` 添加到你的 `.gitignore` 中,以避免它们被 git 检入。
7979
8080
- 由于任何暴露给 Vite 源码的变量最终都将出现在客户端包中,`VITE_*` 变量应该不包含任何敏感信息。
8181
:::

0 commit comments

Comments
 (0)