mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-10-21 17:53:10 +00:00
Add .gitignore rules for Vite timestamp files
- Add patterns to ignore vite.config.*.timestamp-*.mjs files - Add general *.timestamp-* pattern to prevent similar temporary files - This prevents accidental commits of build-generated temporary files Co-authored-by: 孙悟元 <Sunwuyuan@users.noreply.github.com>
This commit is contained in:
parent
62378d67c4
commit
3cf7cac4bf
6
.gitignore
vendored
6
.gitignore
vendored
@ -166,4 +166,8 @@ dist
|
||||
# SvelteKit build / generate output
|
||||
.svelte-kit
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/node
|
||||
# End of https://www.toptal.com/developers/gitignore/api/node
|
||||
|
||||
# Vite 临时文件
|
||||
vite.config.*.timestamp-*.mjs
|
||||
*.timestamp-*
|
Loading…
x
Reference in New Issue
Block a user