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
|
||||||
.vite/
|
.vite/
|
||||||
|
*.timestamp-*.mjs
|
||||||
|
|
||||||
# Electron-Forge
|
# Electron-Forge
|
||||||
out/
|
out/
|
||||||
|
|||||||
Reference in New Issue
Block a user