mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +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
|
node_modules
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist
|
Thumbs.db
|
||||||
dist-ssr
|
|
||||||
cache
|
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
*.log
|
*.log
|
||||||
|
.vitepress/dist
|
||||||
|
.vitepress/cache
|
||||||
|
.vitepress/dist-ssr
|
||||||
|
*.local
|
||||||
|
|||||||
Reference in New Issue
Block a user