1
0
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:
claude[bot] 2025-09-21 05:20:37 +00:00
parent 62378d67c4
commit 3cf7cac4bf

6
.gitignore vendored
View File

@ -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-*