feat: Refine build and cache ignore patterns for VitePress and add ignores for Thumbs.db and local files.

This commit is contained in:
MivoDev
2026-01-18 11:37:55 +07:00
parent 2ef1f20e54
commit 4f51cf454f

8
.gitignore vendored
View File

@@ -1,8 +1,10 @@
node_modules
.DS_Store
dist
dist-ssr
cache
Thumbs.db
.idea
.vscode
*.log
.vitepress/dist
.vitepress/cache
.vitepress/dist-ssr
*.local