chore: 在.gitignore中添加Vite生成的timestamp文件
添加*.timestamp-*.mjs到.gitignore以忽略Vite生成的时间戳文件
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -89,6 +89,7 @@ typings/
|
||||
|
||||
# Vite
|
||||
.vite/
|
||||
*.timestamp-*.mjs
|
||||
|
||||
# Electron-Forge
|
||||
out/
|
||||
|
||||
Reference in New Issue
Block a user