Skip to content

Commit 3418e94

Browse files
author
sky.sun
committed
init
1 parent eab06c2 commit 3418e94

28 files changed

+990
-8676
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ ehthumbs.db
1515
Thumbs.db
1616

1717
# VitePress
18-
.vitepress/cache
18+
.vitepress/cache/
19+
.vitepress/cache/**
20+
docs/.vitepress/cache/
21+
docs/.vitepress/cache/**
1922
.vitepress/dist
2023
.vitepress/temp
2124

@@ -34,6 +37,7 @@ out/
3437
# Editor directories and files
3538
.vscode/
3639
.idea/
40+
.cursor/
3741
*.swp
3842
*.swo
3943
*~

0 commit comments

Comments
 (0)