chore: 在.gitignore中添加Vite生成的timestamp文件

添加*.timestamp-*.mjs到.gitignore以忽略Vite生成的时间戳文件
This commit is contained in:
houakang
2026-04-12 10:55:01 +08:00
parent a351d0ac79
commit e06bd84f29

1
.gitignore vendored
View File

@@ -89,6 +89,7 @@ typings/
# Vite # Vite
.vite/ .vite/
*.timestamp-*.mjs
# Electron-Forge # Electron-Forge
out/ out/