chore: 更新 .gitignore 文件

- 保留 .env.local 文件
- 添加 .vscode 目录到忽略列表
This commit is contained in:
kubbo
2025-07-09 09:03:11 +08:00
parent 37af214243
commit 2486c8e8b6

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules
.next
.env.local
.env.local
.vscode