chore: 更新 .gitignore 文件
- 添加 .next 目录到忽略列表,以避免缓存文件被跟踪 - 添加 .env.local 文件到忽略列表,以保护本地环境变量配置
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
node_modules
|
||||
.next
|
||||
.env.local
|
||||
Reference in New Issue
Block a user