mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 05:25:36 +07:00
feat: Refine build and cache ignore patterns for VitePress and add ignores for Thumbs.db and local files.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user