1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-10-22 10:23:09 +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

4
.gitignore vendored
View File

@ -167,3 +167,7 @@ dist
.svelte-kit .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-*